summaryrefslogtreecommitdiff
path: root/src/misc_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
commit21eef65e77db9645115621ed36b46050d358acbf (patch)
tree8523fc515f0e4f5486b87f18142ee4ef76b6e19b /src/misc_gui.cpp
parent0847def759cd8c07d880387779d2d54cdc5382f8 (diff)
downloadopenttd-21eef65e77db9645115621ed36b46050d358acbf.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/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index aa4a96902..c6f3b73e6 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -1691,7 +1691,7 @@ void ShowSaveLoadDialog(SaveLoadDialogMode mode)
STR_0298_LOAD_SCENARIO,
STR_4000_SAVE_GAME,
STR_0299_SAVE_SCENARIO,
- STR_4011_LOAD_HEIGHTMAP,
+ STR_LOAD_HEIGHTMAP,
};
Window *w;