changeset 18710:4b13b9a319c2 draft

(svn r23558) -Fix (r23556): ctrl-z too few ;)
author rubidium <rubidium@openttd.org>
date Fri, 16 Dec 2011 18:47:46 +0000
parents 0c1e337ba342
children 872ea8e2ebd7
files src/widgets/rail_widget.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/widgets/rail_widget.h
+++ b/src/widgets/rail_widget.h
@@ -33,7 +33,7 @@
 };
 
 /** Widgets of the WC_BUILD_STATION (WC_BUILD_STATION is also used in others). */
-enum RailStationWidgets {
+enum BuildRailStationWidgets {
 	WID_BRS_PLATFORM_DIR_X,       ///< Button to select '/' view.
 	WID_BRS_PLATFORM_DIR_Y,       ///< Button to select '\' view.
 
@@ -75,7 +75,7 @@
 };
 
 /** Widgets of the WC_BUILD_SIGNAL. */
-enum SignalWidgets {
+enum BuildSignalWidgets {
 	WID_BS_SEMAPHORE_NORM,     ///< Build a semaphore normal block signal
 	WID_BS_SEMAPHORE_ENTRY,    ///< Build a semaphore entry block signal
 	WID_BS_SEMAPHORE_EXIT,     ///< Build a semaphore exit block signal
@@ -95,7 +95,7 @@
 };
 
 /** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
-enum RailDepotWidgets {
+enum BuildRailDepotWidgets {
 	/* Name starts with BRA instead of BR, because of collision with BuildRoadDepotWidgets */
 	WID_BRAD_DEPOT_NE, ///< Build a depot with the entrace in the north east.
 	WID_BRAD_DEPOT_SE, ///< Build a depot with the entrace in the south east.
@@ -104,7 +104,7 @@
 };
 
 /** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
-enum RailWaypointWidgets {
+enum BuildRailWaypointWidgets {
 	WID_BRW_WAYPOINT_MATRIX, ///< Matrix with waypoints.
 	WID_BRW_WAYPOINT,        ///< A single waypoint.
 	WID_BRW_SCROLL,          ///< Scrollbar for the matrix.