summaryrefslogtreecommitdiff
path: root/rail_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2005-01-03 12:15:55 +0000
committerdominik <dominik@openttd.org>2005-01-03 12:15:55 +0000
commit8f8e6cddd95d80a35ed5f4bbb95874e865230970 (patch)
tree5be044e9d23f248f787661ffec4dbc3889341e8c /rail_gui.c
parent4c5c4d23f3e2e8a849ec64b45dfef4ab9780f960 (diff)
downloadopenttd-8f8e6cddd95d80a35ed5f4bbb95874e865230970.tar.xz
(svn r1336) Fix: Correct landscaping buttons in monorail and maglev toolbars
Diffstat (limited to 'rail_gui.c')
-rw-r--r--rail_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rail_gui.c b/rail_gui.c
index 5358d0add..a74721142 100644
--- a/rail_gui.c
+++ b/rail_gui.c
@@ -744,7 +744,7 @@ static const Widget _build_monorail_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 + 27, STR_CONVERT_RAIL_TIP},
-{ WWT_PANEL, 7, 350, 371, 14, 35, 742, STR_LANDSCAPING_TOOLBAR_TIP},
+{ WWT_PANEL, 7, 350, 371, 14, 35, SPR_IMG_LANDSCAPING, STR_LANDSCAPING_TOOLBAR_TIP},
{ WIDGETS_END},
};
@@ -781,7 +781,7 @@ static const Widget _build_maglev_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 + 29, STR_CONVERT_RAIL_TIP},
-{ WWT_PANEL, 7, 350, 371, 14, 35, 742, STR_LANDSCAPING_TOOLBAR_TIP},
+{ WWT_PANEL, 7, 350, 371, 14, 35, SPR_IMG_LANDSCAPING, STR_LANDSCAPING_TOOLBAR_TIP},
{ WIDGETS_END},
};