mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 12:12:25 +01:00
just a small change so that "all" is not needed in the language file
This commit is contained in:
parent
ca49e0ba68
commit
f07cbb13ad
@ -175,7 +175,7 @@ MenuStateCustomGame::MenuStateCustomGame(Program *program, MainMenu *mainMenu, b
|
||||
labelMapFilter.init(xoffset+310, mapHeadPos);
|
||||
labelMapFilter.setText(lang.get("MapFilter")+":");
|
||||
listBoxMapFilter.init(xoffset+310, mapPos, 80);
|
||||
listBoxMapFilter.pushBackItem(lang.get("all"));
|
||||
listBoxMapFilter.pushBackItem("-");
|
||||
for(int i=1; i<GameConstants::maxPlayers+1; ++i){
|
||||
listBoxMapFilter.pushBackItem(intToStr(i));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user