mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing)
This commit is contained in:
parent
c73649512b
commit
be8bb25e33
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/** Widgets of the WC_BUILD_TOOLBAR (WC_BUILD_TOOLBAR is also used in others). */
|
/** Widgets of the WC_BUILD_TOOLBAR (WC_BUILD_TOOLBAR is also used in others). */
|
||||||
enum RailToolbarWidgets {
|
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_CAPTION,
|
||||||
RATW_BUILD_NS,
|
RATW_BUILD_NS,
|
||||||
RATW_BUILD_X,
|
RATW_BUILD_X,
|
||||||
@ -97,7 +97,7 @@ enum BuildSignalWidgets {
|
|||||||
|
|
||||||
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
|
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
|
||||||
enum BuildRailDepotWidgets {
|
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_NE,
|
||||||
BRADW_DEPOT_SE,
|
BRADW_DEPOT_SE,
|
||||||
BRADW_DEPOT_SW,
|
BRADW_DEPOT_SW,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/** Widgets of the WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR (WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR is also used in others). */
|
/** Widgets of the WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR (WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR is also used in others). */
|
||||||
enum RoadToolbarWidgets {
|
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_X,
|
||||||
ROTW_ROAD_Y,
|
ROTW_ROAD_Y,
|
||||||
ROTW_AUTOROAD,
|
ROTW_AUTOROAD,
|
||||||
@ -30,7 +30,7 @@ enum RoadToolbarWidgets {
|
|||||||
|
|
||||||
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
|
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
|
||||||
enum BuildRoadDepotWidgets {
|
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_CAPTION,
|
||||||
BRODW_DEPOT_NE,
|
BRODW_DEPOT_NE,
|
||||||
BRODW_DEPOT_SE,
|
BRODW_DEPOT_SE,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/** Widgets of the WC_SIGN_LIST. */
|
/** Widgets of the WC_SIGN_LIST. */
|
||||||
enum SignListWidgets {
|
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_CAPTION,
|
||||||
SILW_LIST,
|
SILW_LIST,
|
||||||
SILW_SCROLLBAR,
|
SILW_SCROLLBAR,
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/** Widgets of the WC_SUBSIDIES_LIST. */
|
/** Widgets of the WC_SUBSIDIES_LIST. */
|
||||||
enum SubsidyListWidgets {
|
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_PANEL,
|
||||||
SULW_SCROLLBAR,
|
SULW_SCROLLBAR,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user