summaryrefslogtreecommitdiff
path: root/src/widgets/subsidy_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/subsidy_widget.h')
-rw-r--r--src/widgets/subsidy_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/subsidy_widget.h b/src/widgets/subsidy_widget.h
index 82ab32fd6..7094db7e7 100644
--- a/src/widgets/subsidy_widget.h
+++ b/src/widgets/subsidy_widget.h
@@ -14,7 +14,7 @@
/** Widgets of the WC_SUBSIDIES_LIST. */
enum SubsidyListWidgets {
- /* Name starts with SU instead of S, because of collision with StationListWidgets */
+ /* Name starts with SU instead of S, because of collision with SaveLoadWidgets. */
WID_SUL_PANEL, ///< Main panel of window.
WID_SUL_SCROLLBAR, ///< Scrollbar of panel.
};