Changeset - r18679:56e002273a63
[Not reviewed]
master
0 4 0
truebrain - 13 years ago 2011-12-16 16:53:16
truebrain@openttd.org
(svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing)
4 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/widgets/rail_widget.h
Show inline comments
 
@@ -11,13 +11,13 @@
 

	
 
#ifndef WIDGETS_RAIL_WIDGET_H
 
#define WIDGETS_RAIL_WIDGET_H
 

	
 
/** Widgets of the WC_BUILD_TOOLBAR (WC_BUILD_TOOLBAR is also used in others). */
 
enum RailToolbarWidgets {
 
	/* Name starts with RA instead of R, becuase of collision with RoadToolbarWidgets */
 
	/* Name starts with RA instead of R, because of collision with RoadToolbarWidgets */
 
	RATW_CAPTION,
 
	RATW_BUILD_NS,
 
	RATW_BUILD_X,
 
	RATW_BUILD_EW,
 
	RATW_BUILD_Y,
 
	RATW_AUTORAIL,
 
@@ -94,13 +94,13 @@ enum BuildSignalWidgets {
 
	BSW_DRAG_SIGNALS_DENSITY_DECREASE,
 
	BSW_DRAG_SIGNALS_DENSITY_INCREASE,
 
};
 

	
 
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
 
enum BuildRailDepotWidgets {
 
	/* Name starts with BRA instead of BR, becuase of collision with BuildRoadDepotWidgets */
 
	/* Name starts with BRA instead of BR, because of collision with BuildRoadDepotWidgets */
 
	BRADW_DEPOT_NE,
 
	BRADW_DEPOT_SE,
 
	BRADW_DEPOT_SW,
 
	BRADW_DEPOT_NW,
 
};
 

	
src/widgets/road_widget.h
Show inline comments
 
@@ -11,13 +11,13 @@
 

	
 
#ifndef WIDGETS_ROAD_WIDGET_H
 
#define WIDGETS_ROAD_WIDGET_H
 

	
 
/** Widgets of the WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR (WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR is also used in others). */
 
enum RoadToolbarWidgets {
 
	/* Name starts with RO instead of R, becuase of collision with RailToolbarWidgets */
 
	/* Name starts with RO instead of R, because of collision with RailToolbarWidgets */
 
	ROTW_ROAD_X,
 
	ROTW_ROAD_Y,
 
	ROTW_AUTOROAD,
 
	ROTW_DEMOLISH,
 
	ROTW_DEPOT,
 
	ROTW_BUS_STATION,
 
@@ -27,13 +27,13 @@ enum RoadToolbarWidgets {
 
	ROTW_BUILD_TUNNEL,
 
	ROTW_REMOVE,
 
};
 

	
 
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
 
enum BuildRoadDepotWidgets {
 
	/* Name starts with BRO instead of BR, becuase of collision with BuildRailDepotWidgets */
 
	/* Name starts with BRO instead of BR, because of collision with BuildRailDepotWidgets */
 
	BRODW_CAPTION,
 
	BRODW_DEPOT_NE,
 
	BRODW_DEPOT_SE,
 
	BRODW_DEPOT_SW,
 
	BRODW_DEPOT_NW,
 
};
src/widgets/sign_widget.h
Show inline comments
 
@@ -11,13 +11,13 @@
 

	
 
#ifndef WIDGETS_SIGN_WIDGET_H
 
#define WIDGETS_SIGN_WIDGET_H
 

	
 
/** Widgets of the WC_SIGN_LIST. */
 
enum SignListWidgets {
 
	/* Name starts with SI instead of S, becuase of collision with StationListWidgets */
 
	/* Name starts with SI instead of S, because of collision with StationListWidgets */
 
	SILW_CAPTION,
 
	SILW_LIST,
 
	SILW_SCROLLBAR,
 
	SILW_FILTER_TEXT,           ///< Text box for typing a filter string
 
	SILW_FILTER_MATCH_CASE_BTN, ///< Button to toggle if case sensitive filtering should be used
 
	SILW_FILTER_CLEAR_BTN,      ///< Button to clear the filter
src/widgets/subsidy_widget.h
Show inline comments
 
@@ -11,12 +11,12 @@
 

	
 
#ifndef WIDGETS_SUBSIDY_WIDGET_H
 
#define WIDGETS_SUBSIDY_WIDGET_H
 

	
 
/** Widgets of the WC_SUBSIDIES_LIST. */
 
enum SubsidyListWidgets {
 
	/* Name starts with SU instead of S, becuase of collision with StationListWidgets */
 
	/* Name starts with SU instead of S, because of collision with StationListWidgets */
 
	SULW_PANEL,
 
	SULW_SCROLLBAR,
 
};
 

	
 
#endif /* WIDGETS_SUBSIDY_WIDGET_H */
0 comments (0 inline, 0 general)