(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

@@ -29,6 +29,7 @@ enum StationViewWidgets {
/** Widgets of the WC_STATION_LIST. */
enum StationListWidgets {
/* 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.
WID_STL_SCROLLBAR, ///< Scrollbar next to the main panel.