mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Fix Typho
This commit is contained in:
parent
79e8ed47d5
commit
d3c9aff2f4
@ -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…
Reference in New Issue
Block a user