summaryrefslogtreecommitdiff
path: root/airport_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 /airport_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 'airport_gui.c')
-rw-r--r--airport_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/airport_gui.c b/airport_gui.c
index 3d06e8c4f..235cb7494 100644
--- a/airport_gui.c
+++ b/airport_gui.c
@@ -101,7 +101,7 @@ static const Widget _air_toolbar_widgets[] = {
{ WWT_STICKYBOX, 7, 74, 85, 0, 13, 0x0, STR_STICKY_BUTTON},
{ WWT_PANEL, 7, 0, 41, 14, 35, 0x2E8, STR_A01E_BUILD_AIRPORT},
{ WWT_PANEL, 7, 42, 63, 14, 35, 0x2BF, STR_018D_DEMOLISH_BUILDINGS_ETC},
-{ WWT_PANEL, 7, 64, 85, 14, 35, SPR_IMG_LANDSCAPING_S, STR_LANDSCAPING_TOOLBAR_TIP},
+{ WWT_PANEL, 7, 64, 85, 14, 35, SPR_IMG_LANDSCAPING, STR_LANDSCAPING_TOOLBAR_TIP},
{ WIDGETS_END},
};