From 37d5e9e91cd56a90d164e8f57f541a66caa42093 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Wed, 20 May 2015 14:29:53 +0000 Subject: [PATCH] just changed a define to an existing one, when FINAL_VERSION is not defined it'll show svn string and when defined it will not show. --- src/wx/panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 478a8e1b..f2929a93 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -426,7 +426,7 @@ void GameArea::SetFrameTitle() } tit.append(wxT("VisualBoyAdvance-M ")); -#ifdef SVNCOMPILE +#ifndef FINAL_VERSION tit.append(wxT(SVN_REV_STR)); #endif #ifndef NO_LINK