summaryrefslogtreecommitdiff
path: root/genworld_gui.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-08-19 16:33:10 +0000
committertruelight <truelight@openttd.org>2006-08-19 16:33:10 +0000
commit8881a7398def2cfd8c960ec37256abe60ef48ac8 (patch)
treee303b83c53fa3a5246918c1a62bdd9cc138a2b81 /genworld_gui.c
parenta2129f37997dc570a482811341ca7eb812dd5ba8 (diff)
downloadopenttd-8881a7398def2cfd8c960ec37256abe60ef48ac8.tar.xz
(svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx)
Diffstat (limited to 'genworld_gui.c')
-rw-r--r--genworld_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/genworld_gui.c b/genworld_gui.c
index fc21a6ab8..9658f8353 100644
--- a/genworld_gui.c
+++ b/genworld_gui.c
@@ -698,7 +698,7 @@ const Widget _create_scenario_widgets[] = {
{ WWT_PANEL, RESIZE_NONE, 12, 150, 185, 95, 106, STR_NULL, STR_NULL},
{ WWT_TEXTBTN, RESIZE_NONE, 12, 186, 197, 95, 106, STR_0225, STR_NULL}, // Mapsize Y
-{ WWT_TEXTBTN, RESIZE_NONE, 6, 12, 145, 117, 128, STR_SE_FLAT_WORLD, STR_SE_FLAT_WORLD}, // Empty (sea-level) map
+{ WWT_TEXTBTN, RESIZE_NONE, 6, 12, 145, 117, 128, STR_SE_FLAT_WORLD, STR_SE_FLAT_WORLD_TIP}, // Empty (sea-level) map
{ WWT_TEXTBTN, RESIZE_NONE, 6, 12, 145, 135, 146, STR_SE_RANDOM_LAND, STR_022A_GENERATE_RANDOM_LAND}, // Generate
{ WWT_TEXTBTN, RESIZE_NONE, 6, 12, 145, 153, 164, STR_LOAD_GAME_HEIGHTMAP, STR_LOAD_SCEN_HEIGHTMAP}, // Heightmap