mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 09:24:24 +02:00
updated year [ci skip]
This commit is contained in:
@@ -214,7 +214,7 @@ string getAboutString1(int i) {
|
||||
case 0: return "MegaGlest " + glestVersionString + " (" + "Shared Library " + sharedLibVersionString + ")";
|
||||
case 1: return GIT_Rev;
|
||||
case 2: return "Copyright 2001-2010 The Glest Team";
|
||||
case 3: return "Copyright 2010-2015 The MegaGlest Team";
|
||||
case 3: return "Copyright 2010-2016 The MegaGlest Team";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
@@ -1151,7 +1151,7 @@ void MainWindow::onMenuHideWater(wxCommandEvent &event) {
|
||||
void MainWindow::onMenuViewAbout(wxCommandEvent &event) {
|
||||
MsgDialog(
|
||||
this,
|
||||
wxT("Glest Map Editor - Copyright 2004 The Glest Team\n(with improvements by others, 2010)."),
|
||||
wxT("\n Glest Map Editor\n Copyright 2004-2010 The Glest Team\n Copyright 2010-2016 The MegaGlest Team \n"),
|
||||
wxT("About")).ShowModal();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user