summaryrefslogtreecommitdiff
path: root/src/widgets/station_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/station_widget.h')
-rw-r--r--src/widgets/station_widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h
index 2f1dc7cde..4d52049d8 100644
--- a/src/widgets/station_widget.h
+++ b/src/widgets/station_widget.h
@@ -12,7 +12,7 @@
#ifndef WIDGETS_STATION_WIDGET_H
#define WIDGETS_STATION_WIDGET_H
-/** Widgets of the WC_STATION_VIEW. */
+/** Widgets of the #StationViewWindow class. */
enum StationViewWidgets {
WID_SV_CAPTION, ///< Caption of the window.
WID_SV_WAITING, ///< List of waiting cargo.
@@ -27,7 +27,7 @@ enum StationViewWidgets {
WID_SV_PLANES, ///< List of scheduled planes button.
};
-/** Widgets of the WC_STATION_LIST. */
+/** Widgets of the #CompanyStationsWindow class. */
enum StationListWidgets {
/* Name starts with ST instead of S, because of collision with SaveLoadWidgets */
WID_STL_CAPTION, ///< Caption of the window.
@@ -51,7 +51,7 @@ enum StationListWidgets {
WID_STL_CARGOSTART, ///< Widget numbers used for list of cargo types (not present in _company_stations_widgets).
};
-/** Widgets of the WC_SELECT_STATION. */
+/** Widgets of the #SelectStationWindow class. */
enum JoinStationWidgets {
WID_JS_CAPTION, // Caption of the window.
WID_JS_PANEL, // Main panel.