yet more changes to git (incomplete)

This commit is contained in:
DoctorWho11 2015-06-12 08:39:47 -04:00
parent c0785f3812
commit 7ea54ecbf0
1 changed files with 1 additions and 1 deletions

View File

@ -2519,7 +2519,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
if (!version.IsEmpty())
version = version + wxT("-");
version = version + wxT(SVN_REV_STR);
version = version + wxT("Git:");
#endif
ai.SetVersion(version);
// setting website, icon, license uses custom aboutbox on win32 & macosx