From b8640b986f2a7188b7a21d4093a211b21a926c3e Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 16 Dec 2011 16:57:56 +0000 Subject: (svn r23539) -Codechange: prevent conflict between widget naming of (vehicle) depots and vehicle details --- src/widgets/depot_widget.h | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/depot_widget.h b/src/widgets/depot_widget.h index d849bcd18..d15207e61 100644 --- a/src/widgets/depot_widget.h +++ b/src/widgets/depot_widget.h @@ -13,25 +13,25 @@ #define WIDGETS_DEPOT_WIDGET_H /** Widgets of the WC_VEHICLE_DEPOT. */ -enum VehicleDepotWidgets { - WID_VD_CAPTION, ///< Caption of window. - WID_VD_SELL, ///< Sell button. - WID_VD_SHOW_SELL_CHAIN, ///< Show sell chain panel. - WID_VD_SELL_CHAIN, ///< Sell chain button. - WID_VD_SELL_ALL, ///< Sell all button. - WID_VD_AUTOREPLACE, ///< Autoreplace button. - WID_VD_MATRIX, ///< Matrix of vehicles. - WID_VD_V_SCROLL, ///< Vertical scrollbar. - WID_VD_SHOW_H_SCROLL, ///< Show horizontal scrollbar panel. - WID_VD_H_SCROLL, ///< Horizontal scrollbar. - WID_VD_BUILD, ///< Build button. - WID_VD_CLONE, ///< Clone button. - WID_VD_LOCATION, ///< Location button. - WID_VD_SHOW_RENAME, ///< Show rename panel. - WID_VD_RENAME, ///< Rename button. - WID_VD_VEHICLE_LIST, ///< List of vehicles. - WID_VD_STOP_ALL, ///< Stop all button. - WID_VD_START_ALL, ///< Start all button. +enum DepotWidgets { + WID_D_CAPTION, ///< Caption of window. + WID_D_SELL, ///< Sell button. + WID_D_SHOW_SELL_CHAIN, ///< Show sell chain panel. + WID_D_SELL_CHAIN, ///< Sell chain button. + WID_D_SELL_ALL, ///< Sell all button. + WID_D_AUTOREPLACE, ///< Autoreplace button. + WID_D_MATRIX, ///< Matrix of vehicles. + WID_D_V_SCROLL, ///< Vertical scrollbar. + WID_D_SHOW_H_SCROLL, ///< Show horizontal scrollbar panel. + WID_D_H_SCROLL, ///< Horizontal scrollbar. + WID_D_BUILD, ///< Build button. + WID_D_CLONE, ///< Clone button. + WID_D_LOCATION, ///< Location button. + WID_D_SHOW_RENAME, ///< Show rename panel. + WID_D_RENAME, ///< Rename button. + WID_D_VEHICLE_LIST, ///< List of vehicles. + WID_D_STOP_ALL, ///< Stop all button. + WID_D_START_ALL, ///< Start all button. }; #endif /* WIDGETS_DEPOT_WIDGET_H */ -- cgit v1.2.3-70-g09d2