summaryrefslogtreecommitdiff
path: root/rail_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-23 18:14:12 +0000
committerdominik <dominik@openttd.org>2004-12-23 18:14:12 +0000
commit60052ffb453637fb581671e8ded534eed7420a9b (patch)
treea3988f5c912a9c2b4b039aadd802106500729506 /rail_gui.c
parent1558948b9b622db959166f5ca3d29df1ddd6f116 (diff)
downloadopenttd-60052ffb453637fb581671e8ded534eed7420a9b.tar.xz
(svn r1254) - Fix: [ 993500 ] High bridge rendering error
- Changed button to open landscaping toolbar
Diffstat (limited to 'rail_gui.c')
-rw-r--r--rail_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_gui.c b/rail_gui.c
index 65c535391..5358d0add 100644
--- a/rail_gui.c
+++ b/rail_gui.c
@@ -707,7 +707,7 @@ static const Widget _build_railroad_widgets[] = {
{ WWT_PANEL, 7, 306, 327, 14, 35, 0x2CA, STR_101E_TOGGLE_BUILD_REMOVE_FOR},
{ WWT_PANEL, 7, 328, 349, 14, 35, SPR_OPENTTD_BASE + 25, STR_CONVERT_RAIL_TIP},
-{ WWT_PANEL, 7, 350, 371, 14, 35, SPR_IMG_LANDSCAPING_S, STR_LANDSCAPING_TOOLBAR_TIP},
+{ WWT_PANEL, 7, 350, 371, 14, 35, SPR_IMG_LANDSCAPING, STR_LANDSCAPING_TOOLBAR_TIP},
{ WIDGETS_END},
};