summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-10-24 13:49:04 +0000
committeralberth <alberth@openttd.org>2009-10-24 13:49:04 +0000
commitef5dc588ded9a044c8f05ad4195207444f21be17 (patch)
tree22a145246f574582492c0ab67273795980dfe7db /src/vehicle_gui.h
parent2f41c0411c270388efefb9bfa8dd7ecf1cf5b10b (diff)
downloadopenttd-ef5dc588ded9a044c8f05ad4195207444f21be17.tar.xz
(svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window.
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 60935cb94..889b18281 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -37,6 +37,8 @@ enum VehicleViewWindowWidgets {
VVW_WIDGET_SHOW_DETAILS,
VVW_WIDGET_CLONE_VEH,
VVW_WIDGET_EMPTY_BOTTOM_RIGHT,
+ VVW_WIDGET_SELECT_DEPOT_CLONE, ///< Selection widget between 'goto depot', and 'clone vehicle' buttons.
+ VVW_WIDGET_SELECT_REFIT_TURN, ///< Selection widget between 'refit' and 'turn around' buttons.
VVW_WIDGET_RESIZE,
VVW_WIDGET_TURN_AROUND,
VVW_WIDGET_FORCE_PROCEED,