mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 01:46:42 +02:00
- changed to git version stamp
This commit is contained in:
@@ -49,7 +49,7 @@ MenuStateRoot::MenuStateRoot(Program *program, MainMenu *mainMenu):
|
||||
}
|
||||
else {
|
||||
labelVersion.init(405, yPos);
|
||||
labelVersion.setText(glestVersionString + " [" + getCompileDateTime() + ", " + getSVNRevisionString() + "]");
|
||||
labelVersion.setText(glestVersionString + " [" + getCompileDateTime() + ", " + getGITRevisionString() + "]");
|
||||
}
|
||||
|
||||
yPos-=55;
|
||||
@@ -110,7 +110,7 @@ void MenuStateRoot::reloadUI() {
|
||||
labelVersion.setText(glestVersionString);
|
||||
}
|
||||
else {
|
||||
labelVersion.setText(glestVersionString + " [" + getCompileDateTime() + ", " + getSVNRevisionString() + "]");
|
||||
labelVersion.setText(glestVersionString + " [" + getCompileDateTime() + ", " + getGITRevisionString() + "]");
|
||||
}
|
||||
|
||||
buttonNewGame.setText(lang.getString("NewGame"));
|
||||
|
Reference in New Issue
Block a user