diff options
author | alberth <alberth@openttd.org> | 2009-05-03 13:12:13 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-05-03 13:12:13 +0000 |
commit | fef68aa2e9bc93e689dbc1a12eb2a3363f127442 (patch) | |
tree | f8c05f43d80af7b9d173247a428c4958245d3bda /src | |
parent | 73fd0db237b39971690b686746da5cb146d6ae68 (diff) | |
download | openttd-fef68aa2e9bc93e689dbc1a12eb2a3363f127442.tar.xz |
(svn r16215) -Codechange: Added tooltip to resizebox of vehicle view window.
Diffstat (limited to 'src')
-rw-r--r-- | src/vehicle_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index d1f97078e..baad004b5 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -1634,7 +1634,7 @@ static const Widget _vehicle_view_widgets[] = { { WWT_PUSHIMGBTN, RESIZE_LR, COLOUR_GREY, 232, 249, 86, 103, SPR_SHOW_VEHICLE_DETAILS, 0x0 /* filled later */ }, // VVW_WIDGET_SHOW_DETAILS { WWT_PUSHIMGBTN, RESIZE_LR, COLOUR_GREY, 232, 249, 32, 49, 0x0 /* filled later */, 0x0 /* filled later */ }, // VVW_WIDGET_CLONE_VEH { WWT_PANEL, RESIZE_LRB, COLOUR_GREY, 232, 249, 104, 103, 0x0, STR_NULL }, // VVW_WIDGET_EMPTY_BOTTOM_RIGHT - { WWT_RESIZEBOX, RESIZE_LRTB, COLOUR_GREY, 238, 249, 104, 115, 0x0, STR_NULL }, // VVW_WIDGET_RESIZE + { WWT_RESIZEBOX, RESIZE_LRTB, COLOUR_GREY, 238, 249, 104, 115, 0x0, STR_RESIZE_BUTTON }, // VVW_WIDGET_RESIZE { WWT_PUSHIMGBTN, RESIZE_LR, COLOUR_GREY, 232, 249, 50, 67, SPR_FORCE_VEHICLE_TURN, STR_VEHICLE_VIEW_ROAD_REVERSE_TOOLTIP }, // VVW_WIDGET_TURN_AROUND { WWT_PUSHIMGBTN, RESIZE_LR, COLOUR_GREY, 232, 249, 50, 67, SPR_IGNORE_SIGNALS, STR_VEHICLE_VIEW_TRAIN_IGNORE_SIGNAL_TOOLTIP }, // VVW_WIDGET_FORCE_PROCEED { WIDGETS_END}, |