updated year [ci skip]

This commit is contained in:
filux 2016-01-03 10:52:16 +01:00
parent 60f7eb519a
commit 92f97c13bd
2 changed files with 2 additions and 2 deletions

View File

@ -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 "";
}

View File

@ -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();
}