mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-23 03:02:53 +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->SetForegroundColour(wxColor(255,255,255));
|
||||||
t_descr->SetPosition(wxPoint(12,50));
|
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));
|
wxStaticText* t_version = new wxStaticText(this, wxID_ANY, wxString::Format(_PRGNAME_" Version : " "git-" RPCS3_GIT_VERSION));
|
||||||
#else
|
#else
|
||||||
wxStaticText* t_version = new wxStaticText(this, wxID_ANY, wxString::Format(_PRGNAME_" Version : " _PRGVER_));
|
wxStaticText* t_version = new wxStaticText(this, wxID_ANY, wxString::Format(_PRGNAME_" Version : " _PRGVER_));
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#include "rpcs3.h"
|
#include "rpcs3.h"
|
||||||
#include "MainFrame.h"
|
#include "MainFrame.h"
|
||||||
|
|
||||||
#ifndef __unix__
|
#ifdef _WIN32
|
||||||
#include "git-version.h"
|
#include "git-version.h"
|
||||||
#endif
|
#endif
|
||||||
#include "Ini.h"
|
#include "Ini.h"
|
||||||
@ -72,7 +72,7 @@ MainFrame::MainFrame()
|
|||||||
, m_sys_menu_opened(false)
|
, m_sys_menu_opened(false)
|
||||||
{
|
{
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef _WIN32
|
||||||
SetLabel(wxString::Format(_PRGNAME_ " " RPCS3_GIT_VERSION));
|
SetLabel(wxString::Format(_PRGNAME_ " " RPCS3_GIT_VERSION));
|
||||||
#else
|
#else
|
||||||
SetLabel(wxString::Format(_PRGNAME_ " " _PRGVER_));
|
SetLabel(wxString::Format(_PRGNAME_ " " _PRGVER_));
|
||||||
|
Loading…
Reference in New Issue
Block a user