diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index a6180b30f..55f8e3ec3 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -190,7 +190,8 @@ string getAboutString1(int i) { switch(i) { case 0: return "MegaGlest " + glestVersionString + " (" + "Shared Library " + sharedLibVersionString + ")"; case 1: return "Built: " + string(__DATE__) + " " + GIT_Rev; - case 2: return "Copyright 2001-2012 The MegaGlest Team"; + case 2: return "Copyright 2001-2010 The Glest Team"; + case 3: return "Copyright 2010-2014 The MegaGlest Team"; } return ""; } diff --git a/source/glest_game/menu/menu_state_about.h b/source/glest_game/menu/menu_state_about.h index 859dd2297..efa6c0ef2 100644 --- a/source/glest_game/menu/menu_state_about.h +++ b/source/glest_game/menu/menu_state_about.h @@ -28,7 +28,7 @@ namespace Glest{ namespace Game{ class MenuStateAbout: public MenuState{ public: - static const int aboutStringCount1= 3; + static const int aboutStringCount1= 4; static const int aboutStringCount2= 3; static const int teammateCount= 9; static const int teammateTopLineCount= 5;