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 | 462384651566943a1d14f49ab988ae6af439c94c (patch) | |
tree | 7a616706dffb17c4d6c5051f01e0a576d4373ba0 /src/rail_gui.cpp | |
parent | f0f4e9d6ecb18faf7cc9932833a41dad243f6bbb (diff) | |
download | openttd-462384651566943a1d14f49ab988ae6af439c94c.tar.xz |
(svn r13350) -Fix: wrong tooltip for waypoint picker scrollbar
Diffstat (limited to 'src/rail_gui.cpp')
-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}, }; |