summaryrefslogtreecommitdiff
path: root/src/widgets/road_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 18:57:27 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 18:57:27 +0000
commit20a7276510ace539845f5f6a45132816a41afa5a (patch)
treee423e4b6a96bf47008fb2cbbecfe006139139542 /src/widgets/road_widget.h
parent6bbae674b8208e265280e355d72ceed9b101a1ab (diff)
downloadopenttd-20a7276510ace539845f5f6a45132816a41afa5a.tar.xz
(svn r23560) -Codechange: final pieces of consistency through widgets
Diffstat (limited to 'src/widgets/road_widget.h')
-rw-r--r--src/widgets/road_widget.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/widgets/road_widget.h b/src/widgets/road_widget.h
index bcfcb8e87..51a47860f 100644
--- a/src/widgets/road_widget.h
+++ b/src/widgets/road_widget.h
@@ -31,7 +31,7 @@ enum RoadToolbarWidgets {
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
enum BuildRoadDepotWidgets {
/* Name starts with BRO instead of BR, because of collision with BuildRailDepotWidgets */
- WID_BROD_CAPTION, ///< Window caption.
+ WID_BROD_CAPTION, ///< Caption of the window.
WID_BROD_DEPOT_NE, ///< Depot with NE entry.
WID_BROD_DEPOT_SE, ///< Depot with SE entry.
WID_BROD_DEPOT_SW, ///< Depot with SW entry.
@@ -40,8 +40,9 @@ enum BuildRoadDepotWidgets {
/** Widgets of the WC_BUS_STATION / WC_TRUCK_STATION. */
enum BuildRoadStationWidgets {
- WID_BROS_CAPTION, ///< Window caption.
- WID_BROS_BACKGROUND, ///< Window background.
+ /* Name starts with BRO instead of BR, because of collision with BuildRailStationWidgets */
+ WID_BROS_CAPTION, ///< Caption of the window.
+ WID_BROS_BACKGROUND, ///< Background of the window.
WID_BROS_STATION_NE, ///< Terminal station with NE entry.
WID_BROS_STATION_SE, ///< Terminal station with SE entry.
WID_BROS_STATION_SW, ///< Terminal station with SW entry.