yet more changes to git (incomplete)
This commit is contained in:
parent
c0785f3812
commit
7ea54ecbf0
|
@ -2519,7 +2519,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
|
||||||
if (!version.IsEmpty())
|
if (!version.IsEmpty())
|
||||||
version = version + wxT("-");
|
version = version + wxT("-");
|
||||||
|
|
||||||
version = version + wxT(SVN_REV_STR);
|
version = version + wxT("Git:");
|
||||||
#endif
|
#endif
|
||||||
ai.SetVersion(version);
|
ai.SetVersion(version);
|
||||||
// setting website, icon, license uses custom aboutbox on win32 & macosx
|
// setting website, icon, license uses custom aboutbox on win32 & macosx
|
||||||
|
|
Loading…
Reference in New Issue