diff options
author | glx <glx@openttd.org> | 2008-06-01 13:23:40 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2008-06-01 13:23:40 +0000 |
commit | 10d6f6c5b841f8fb161a4715c74a043c11a70107 (patch) | |
tree | 7a616706dffb17c4d6c5051f01e0a576d4373ba0 /src | |
parent | 92c80dab4c507d145ebf77a6d334ef5392b3a56a (diff) | |
download | openttd-10d6f6c5b841f8fb161a4715c74a043c11a70107.tar.xz |
(svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar
Diffstat (limited to 'src')
-rw-r--r-- | src/rail_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index aa4e1b8a1..b6f836ee6 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -1649,7 +1649,7 @@ static const Widget _build_waypoint_widgets[] = { { WWT_PANEL, RESIZE_NONE, 7, 207, 272, 17, 76, 0x0, STR_WAYPOINT_GRAPHICS_TIP}, // BRWW_WAYPOINT_4 { WWT_PANEL, RESIZE_NONE, 7, 275, 340, 17, 76, 0x0, STR_WAYPOINT_GRAPHICS_TIP}, // BRWW_WAYPOINT_5 -{ WWT_HSCROLLBAR, RESIZE_NONE, 7, 1, 343, 80, 91, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, // BRWW_SCROLL +{ WWT_HSCROLLBAR, RESIZE_NONE, 7, 1, 343, 80, 91, 0x0, STR_HSCROLL_BAR_SCROLLS_LIST}, // BRWW_SCROLL { WIDGETS_END}, }; |