Fix Typho

This commit is contained in:
Dante38490 2015-01-15 02:26:49 +01:00
parent 79e8ed47d5
commit d3c9aff2f4
2 changed files with 3 additions and 3 deletions

View file

@ -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_));