summaryrefslogtreecommitdiff
path: root/rail_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-04 21:45:38 +0000
committerdarkvater <darkvater@openttd.org>2005-01-04 21:45:38 +0000
commitc4b682f9963d6047e95bd669d56e1d415a17779f (patch)
treec13d31e3d11372df5f47062767eeeb7f729b35ad /rail_gui.c
parent4c5f6fe3602395e114dab4cd9961134cc08151a1 (diff)
downloadopenttd-c4b682f9963d6047e95bd669d56e1d415a17779f.tar.xz
(svn r1380) -Fix: missed widget fixes; thanks Jango and TestMan57
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 6ecac2090..21bf28101 100644
--- a/rail_gui.c
+++ b/rail_gui.c
@@ -1115,7 +1115,7 @@ static const Widget _build_waypoint_widgets[] = {
{ WWT_PANEL, RESIZE_NONE, 7, 207, 272, 17, 76, 0x0, STR_WAYPOINT_GRAPHICS_TIP},
{ WWT_PANEL, RESIZE_NONE, 7, 275, 340, 17, 76, 0x0, STR_WAYPOINT_GRAPHICS_TIP},
-{ WWT_HSCROLLBAR, RESIZE_NONE, 7, 1, 343, 80, 91, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST},
+{ WWT_HSCROLLBAR, RESIZE_NONE, 7, 1, 343, 80, 91, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST},
{ WIDGETS_END},
};