summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-10-24 13:58:18 +0000
committeralberth <alberth@openttd.org>2009-10-24 13:58:18 +0000
commitc3992ab7b69461189f217be73136997cd097ee62 (patch)
tree3f1fe36516122b2a23654a9b8b8699173474aabf /src/vehicle_gui.h
parentef5dc588ded9a044c8f05ad4195207444f21be17 (diff)
downloadopenttd-c3992ab7b69461189f217be73136997cd097ee62.tar.xz
(svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window.
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 889b18281..75705ec59 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -28,7 +28,8 @@ enum VehicleViewWindowWidgets {
VVW_WIDGET_CAPTION,
VVW_WIDGET_STICKY,
VVW_WIDGET_PANEL,
- VVW_WIDGET_VIEWPORT,
+ VVW_WIDGET_INSET,
+ VVW_WIDGET_VIEWPORT, ///< Viewport widget.
VVW_WIDGET_START_STOP_VEH,
VVW_WIDGET_CENTER_MAIN_VIEH,
VVW_WIDGET_GOTO_DEPOT,