summaryrefslogtreecommitdiff
path: root/src/main_gui.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2008-01-27 17:32:12 +0000
committermaedhros <maedhros@openttd.org>2008-01-27 17:32:12 +0000
commitf95fb570adc9d3f228082083601cc07e5b7e7621 (patch)
tree8523fc515f0e4f5486b87f18142ee4ef76b6e19b /src/main_gui.cpp
parentec1d5478891d365e4db4da5bc0e4eb1a51779dec (diff)
downloadopenttd-f95fb570adc9d3f228082083601cc07e5b7e7621.tar.xz
(svn r11994) -Codechange: Remove numbers from string names where the strings aren't present in TTD, since they don't correspond to either TTD's TextIDs or OpenTTD's StringIDs.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r--src/main_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp
index 055e4761a..1e9f327ec 100644
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -972,7 +972,7 @@ static void ToolbarOptionsClick(Window *w)
{
uint16 x = 0;
- w = PopupMainToolbMenu(w, 2, STR_02C3_GAME_OPTIONS, 14, 0);
+ w = PopupMainToolbMenu(w, 2, STR_02C4_GAME_OPTIONS, 14, 0);
if (HasBit(_display_opt, DO_SHOW_TOWN_NAMES)) SetBit(x, 6);
if (HasBit(_display_opt, DO_SHOW_STATION_NAMES)) SetBit(x, 7);