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.

This commit is contained in:
wowzaman12 2015-05-20 14:29:53 +00:00
parent 90249184a3
commit 37d5e9e91c
1 changed files with 1 additions and 1 deletions

View File

@ -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