(svn r23554) -Codechange: some minor consistency fixes

This commit is contained in:
truebrain
2011-12-16 18:42:20 +00:00
parent bcf00dbb8f
commit 7b80b821ff
6 changed files with 30 additions and 29 deletions

View File

@@ -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.
};