mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Fix Typho
This commit is contained in:
parent
79e8ed47d5
commit
d3c9aff2f4
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ AboutDialog::AboutDialog(wxWindow *parent)
|
|||
t_descr->SetForegroundColour(wxColor(255,255,255));
|
||||
t_descr->SetPosition(wxPoint(12,50));
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
wxStaticText* t_version = new wxStaticText(this, wxID_ANY, wxString::Format(_PRGNAME_" Version : " "git-" RPCS3_GIT_VERSION));
|
||||
#else
|
||||
wxStaticText* t_version = new wxStaticText(this, wxID_ANY, wxString::Format(_PRGNAME_" Version : " _PRGVER_));
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "rpcs3.h"
|
||||
#include "MainFrame.h"
|
||||
|
||||
#ifndef __unix__
|
||||
#ifdef _WIN32
|
||||
#include "git-version.h"
|
||||
#endif
|
||||
#include "Ini.h"
|
||||
|
@ -72,7 +72,7 @@ MainFrame::MainFrame()
|
|||
, m_sys_menu_opened(false)
|
||||
{
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
SetLabel(wxString::Format(_PRGNAME_ " " RPCS3_GIT_VERSION));
|
||||
#else
|
||||
SetLabel(wxString::Format(_PRGNAME_ " " _PRGVER_));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue