missed the aboutbox

This commit is contained in:
wowzaman12 2015-05-20 14:34:51 +00:00
parent 37d5e9e91c
commit e4959e111f
1 changed files with 1 additions and 1 deletions

View File

@ -2537,7 +2537,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
wxAboutDialogInfo ai;
ai.SetName(wxT("VisualBoyAdvance-M"));
wxString version = wxT("");
#ifdef SVNCOMPILE
#ifdef FINAL_BUILD
version = version + wxT("-") + wxT(SVN_REV_STR);
#endif
ai.SetVersion(version);