Update to 14.0-beta1

This commit is contained in:
dP
2024-02-04 02:18:17 +05:30
parent 79037e2c65
commit 33ef333b57
1325 changed files with 138465 additions and 70987 deletions

View File

@@ -11,7 +11,7 @@
#define WIDGETS_STATION_WIDGET_H
/** Widgets of the #StationViewWindow class. */
enum StationViewWidgets {
enum StationViewWidgets : WidgetID {
WID_SV_CAPTION, ///< Caption of the window.
WID_SV_GROUP, ///< label for "group by"
WID_SV_GROUP_BY, ///< 'Group by' button
@@ -32,7 +32,7 @@ enum StationViewWidgets {
};
/** Widgets of the #CompanyStationsWindow class. */
enum StationListWidgets {
enum StationListWidgets : WidgetID {
/* Name starts with ST instead of S, because of collision with SaveLoadWidgets */
WID_STL_CAPTION, ///< Caption of the window.
WID_STL_LIST, ///< The main panel, list of stations.
@@ -56,7 +56,7 @@ enum StationListWidgets {
};
/** Widgets of the #SelectStationWindow class. */
enum JoinStationWidgets {
enum JoinStationWidgets : WidgetID {
WID_JS_CAPTION, // Caption of the window.
WID_JS_PANEL, // Main panel.
WID_JS_SCROLLBAR, // Scrollbar of the panel.