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
commit50d7211494a6477323d3bbe9383f86edb4a31975 (patch)
treea3988f5c912a9c2b4b039aadd802106500729506 /rail_gui.c
parent31416a249791f9c95bb8aed26ac99213fb804771 (diff)
downloadopenttd-50d7211494a6477323d3bbe9383f86edb4a31975.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},
};