| File | Line no. | Code |
| source/glest_game/game/game.cpp | 1648 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l1648) | menuItems.push_back(lang.get("ExitGameMenu?")); |
| source/glest_game/game/game.cpp | 3539 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l3539) | showMessageBox(Lang::getInstance().get("ExitGameMenu?"), "", true); |
| source/glest_game/game/game.cpp | 5814 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5814) | showMessageBox(lang.get("YouLose")+" "+lang.get("ExitGameServer?"), lang.get("BattleOver"), false); |
| source/glest_game/game/game.cpp | 5817 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5817) | showMessageBox(lang.get("YouLose")+" "+lang.get("ExitGameMenu?"), lang.get("BattleOver"), false); |
| source/glest_game/game/game.cpp | 5825 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5825) | showMessageBox(lang.get("GameOver")+" "+lang.get("ExitGameMenu?"), lang.get("BattleOver"), false); |
| source/glest_game/game/game.cpp | 5828 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5828) | showMessageBox(lang.get("YouWin")+" "+lang.get("ExitGameMenu?"), lang.get("BattleOver"), false); |
| source/glest_game/menu/menu_state_root.cpp | 322 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/menu/menu_state_root.cpp?revision=4518&view=markup#l322) | showMessageBox(lang.get("ExitGame?"), "", true); |
| source/glest_game/main/battle_end.cpp | 770 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/main/battle_end.cpp?revision=4518&view=markup#l770) | showMessageBox(lang.get("ExitGameMenu?"), "", true); |
| File | Line no. | Code |
| source/glest_game/game/game.cpp | 1648 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l1648) | menuItems.push_back(lang.get("ExitGameMenu?")); |
We then still have reversed semantics. i.e. replace all ExitGame? (a question) with ExitGameMenu? (a button text) and all ExitGameMenu? with ExitGame?
| File | Line no. | Code |
| source/glest_game/game/game.cpp | 1648 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l1648) | menuItems.push_back(lang.get("ExitGameMenu?")); |
| source/glest_game/game/game.cpp | 3539 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l3539) | showMessageBox(Lang::getInstance().get("ExitGame?"), "", true); |
| source/glest_game/game/game.cpp | 5814 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5814) | showMessageBox(lang.get("YouLose")+" "+lang.get("ExitGameServer?"), lang.get("BattleOver"), false); |
| source/glest_game/game/game.cpp | 5817 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5817) | showMessageBox(lang.get("YouLose")+" "+lang.get("ExitGame?"), lang.get("BattleOver"), false); |
| source/glest_game/game/game.cpp | 5825 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5825) | showMessageBox(lang.get("GameOver")+" "+lang.get("ExitGame?"), lang.get("BattleOver"), false); |
| source/glest_game/game/game.cpp | 5828 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/game/game.cpp?revision=4518&view=markup#l5828) | showMessageBox(lang.get("YouWin")+" "+lang.get("ExitGame?"), lang.get("BattleOver"), false); |
| source/glest_game/menu/menu_state_root.cpp | 322 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/menu/menu_state_root.cpp?revision=4518&view=markup#l322) | showMessageBox(lang.get("ExitGameMenu?"), "", true); |
| source/glest_game/main/battle_end.cpp | 770 (http://megaglest.svn.sourceforge.net/viewvc/megaglest/trunk/source/glest_game/main/battle_end.cpp?revision=4518&view=markup#l770) | showMessageBox(lang.get("ExitGame?"), "", true); |