summaryrefslogtreecommitdiff
path: root/airport_gui.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-24 13:20:54 +0000
committerDarkvater <darkvater@openttd.org>2006-10-24 13:20:54 +0000
commit605036dbb45fa41f39d7fff7f30faddcc9c48a41 (patch)
tree65776743a27ce13e8cd031a1a8eb633bd2f81145 /airport_gui.c
parent512568781b78fccda08044e329734725567f0eae (diff)
downloadopenttd-605036dbb45fa41f39d7fff7f30faddcc9c48a41.tar.xz
(svn r6924) -Codechange: Give the last (in the widget arrays at least) sprites meaningful names.
Diffstat (limited to 'airport_gui.c')
-rw-r--r--airport_gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/airport_gui.c b/airport_gui.c
index 22094abd0..00227ae29 100644
--- a/airport_gui.c
+++ b/airport_gui.c
@@ -116,9 +116,9 @@ static const Widget _air_toolbar_widgets[] = {
{ WWT_CLOSEBOX, RESIZE_NONE, 7, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW },
{ WWT_CAPTION, RESIZE_NONE, 7, 11, 73, 0, 13, STR_A000_AIRPORTS, STR_018C_WINDOW_TITLE_DRAG_THIS },
{ WWT_STICKYBOX, RESIZE_NONE, 7, 74, 85, 0, 13, 0x0, STR_STICKY_BUTTON },
-{ WWT_PANEL, RESIZE_NONE, 7, 0, 41, 14, 35, 0x2E8, STR_A01E_BUILD_AIRPORT },
-{ WWT_PANEL, RESIZE_NONE, 7, 42, 63, 14, 35, 0x2BF, STR_018D_DEMOLISH_BUILDINGS_ETC },
-{ WWT_PANEL, RESIZE_NONE, 7, 64, 85, 14, 35, SPR_IMG_LANDSCAPING, STR_LANDSCAPING_TOOLBAR_TIP },
+{ WWT_IMGBTN, RESIZE_NONE, 7, 0, 41, 14, 35, SPR_IMG_AIRPORT, STR_A01E_BUILD_AIRPORT },
+{ WWT_IMGBTN, RESIZE_NONE, 7, 42, 63, 14, 35, SPR_IMG_DYNAMITE, STR_018D_DEMOLISH_BUILDINGS_ETC },
+{ WWT_IMGBTN, RESIZE_NONE, 7, 64, 85, 14, 35, SPR_IMG_LANDSCAPING, STR_LANDSCAPING_TOOLBAR_TIP },
{ WIDGETS_END},
};