summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2014-10-09 21:16:29 +0000
committerfrosch <frosch@openttd.org>2014-10-09 21:16:29 +0000
commit33f4f0b464ce6022b6c4521f7da093765deeae84 (patch)
tree44a732d45b778ac9de7dd492af20d1f15132c005 /src/toolbar_gui.cpp
parent3fad10311f327430588ce4b2c20026f586834bf3 (diff)
downloadopenttd-33f4f0b464ce6022b6c4521f7da093765deeae84.tar.xz
(svn r26986) -Change: Rename 'Advanced Settings' to just 'Settings'.
Diffstat (limited to 'src/toolbar_gui.cpp')
-rw-r--r--src/toolbar_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toolbar_gui.cpp b/src/toolbar_gui.cpp
index c3f2a6e7b..de7325217 100644
--- a/src/toolbar_gui.cpp
+++ b/src/toolbar_gui.cpp
@@ -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. */