Editor: It's 2021 ;)

This commit is contained in:
titison 2021-03-19 16:11:32 +01:00
parent 0201af7ccf
commit b4510aa412
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ void MainWindow::onMenuHideWater(wxCommandEvent &event) {
void MainWindow::onMenuViewAbout(wxCommandEvent &event) {
MsgDialog(
this,
wxT("\n Glest Map Editor\n Copyright 2004-2010 The Glest Team\n Copyright 2010-2017 The MegaGlest Team \n"),
wxT("\n Glest Map Editor\n Copyright 2004-2010 The Glest Team\n Copyright 2010-2021 The MegaGlest Team \n"),
wxT("About")).ShowModal();
}