missed the aboutbox
This commit is contained in:
parent
37d5e9e91c
commit
e4959e111f
|
@ -2537,7 +2537,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
|
||||||
wxAboutDialogInfo ai;
|
wxAboutDialogInfo ai;
|
||||||
ai.SetName(wxT("VisualBoyAdvance-M"));
|
ai.SetName(wxT("VisualBoyAdvance-M"));
|
||||||
wxString version = wxT("");
|
wxString version = wxT("");
|
||||||
#ifdef SVNCOMPILE
|
#ifdef FINAL_BUILD
|
||||||
version = version + wxT("-") + wxT(SVN_REV_STR);
|
version = version + wxT("-") + wxT(SVN_REV_STR);
|
||||||
#endif
|
#endif
|
||||||
ai.SetVersion(version);
|
ai.SetVersion(version);
|
||||||
|
|
Loading…
Reference in New Issue