diff options
author | darkvater <darkvater@openttd.org> | 2005-01-04 21:45:38 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-01-04 21:45:38 +0000 |
commit | c4b682f9963d6047e95bd669d56e1d415a17779f (patch) | |
tree | c13d31e3d11372df5f47062767eeeb7f729b35ad /bridge_gui.c | |
parent | 4c5f6fe3602395e114dab4cd9961134cc08151a1 (diff) | |
download | openttd-c4b682f9963d6047e95bd669d56e1d415a17779f.tar.xz |
(svn r1380) -Fix: missed widget fixes; thanks Jango and TestMan57
Diffstat (limited to 'bridge_gui.c')
-rw-r--r-- | bridge_gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge_gui.c b/bridge_gui.c index 66fac9fe7..b544c7132 100644 --- a/bridge_gui.c +++ b/bridge_gui.c @@ -79,8 +79,8 @@ static void BuildBridgeWndProc(Window *w, WindowEvent *e) static const Widget _build_bridge_widgets[] = { { WWT_CLOSEBOX, RESIZE_NONE, 7, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW}, { WWT_CAPTION, RESIZE_NONE, 7, 11, 199, 0, 13, STR_100D_SELECT_RAIL_BRIDGE, STR_018C_WINDOW_TITLE_DRAG_THIS}, -{ WWT_MATRIX, RESIZE_NONE, 7, 0, 188, 14, 101, 0x401, STR_101F_BRIDGE_SELECTION_CLICK}, -{ WWT_SCROLLBAR, RESIZE_NONE, 7, 189, 199, 14, 101, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, +{ WWT_MATRIX, RESIZE_NONE, 7, 0, 187, 14, 101, 0x401, STR_101F_BRIDGE_SELECTION_CLICK}, +{ WWT_SCROLLBAR, RESIZE_NONE, 7, 188, 199, 14, 101, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, { WIDGETS_END}, }; |