diff options
author | truebrain <truebrain@openttd.org> | 2011-12-16 18:42:20 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-16 18:42:20 +0000 |
commit | 7b80b821ffb8f0f1b27667ba6b4bd99c6b744d9b (patch) | |
tree | a826ded7b92606a214e01988685da673a5d8a593 /src/widgets/station_widget.h | |
parent | bcf00dbb8fbaf4c263034499633fa0c9e473f5db (diff) | |
download | openttd-7b80b821ffb8f0f1b27667ba6b4bd99c6b744d9b.tar.xz |
(svn r23554) -Codechange: some minor consistency fixes
Diffstat (limited to 'src/widgets/station_widget.h')
-rw-r--r-- | src/widgets/station_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h index ea81820d0..2f1dc7cde 100644 --- a/src/widgets/station_widget.h +++ b/src/widgets/station_widget.h @@ -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. |