summaryrefslogtreecommitdiff
path: root/dock_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 /dock_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 'dock_gui.c')
-rw-r--r--dock_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dock_gui.c b/dock_gui.c
index 66e11426e..4ab97fe3f 100644
--- a/dock_gui.c
+++ b/dock_gui.c
@@ -176,7 +176,7 @@ static const Widget _build_docks_toolb_widgets[] = {
{ WWT_PANEL, 7, 70, 91, 14, 35, 748, STR_981E_BUILD_SHIP_DEPOT_FOR_BUILDING},
{ WWT_PANEL, 7, 92, 113, 14, 35, 746, STR_981D_BUILD_SHIP_DOCK},
{ WWT_PANEL, 7, 114, 135, 14, 35, 693, STR_9834_POSITION_BUOY_WHICH_CAN},
-{ WWT_PANEL, 7, 136, 157, 14, 35, SPR_IMG_LANDSCAPING_S, STR_LANDSCAPING_TOOLBAR_TIP},
+{ WWT_PANEL, 7, 136, 157, 14, 35, SPR_IMG_LANDSCAPING, STR_LANDSCAPING_TOOLBAR_TIP},
{ WIDGETS_END},
};