(svn r26986) -Change: Rename 'Advanced Settings' to just 'Settings'.

This commit is contained in:
frosch
2014-10-09 21:16:29 +00:00
parent f72e4dfbe4
commit 4132e4e7e3
62 changed files with 9 additions and 235 deletions

View File

@@ -307,7 +307,7 @@ static CallBackFunction ToolbarOptionsClick(Window *w)
{
DropDownList *list = new DropDownList();
*list->Append() = new DropDownListStringItem(STR_SETTINGS_MENU_GAME_OPTIONS, OME_GAMEOPTIONS, false);
*list->Append() = new DropDownListStringItem(STR_SETTINGS_MENU_CONFIG_SETTINGS, OME_SETTINGS, false);
*list->Append() = new DropDownListStringItem(STR_SETTINGS_MENU_CONFIG_SETTINGS_TREE, OME_SETTINGS, false);
/* Changes to the per-AI settings don't get send from the server to the clients. Clients get
* the settings once they join but never update it. As such don't show the window at all
* to network clients. */