(svn r23555) -Fix (r23554): save before commit

This commit is contained in:
truebrain
2011-12-16 18:43:36 +00:00
parent 2d56468fca
commit f30444c68c
5 changed files with 73 additions and 73 deletions

View File

@@ -14,7 +14,7 @@
/** Widgets of the WC_SIGN_LIST. */
enum SignListWidgets {
/* Name starts with SI instead of S, because of collision with StationListWidgets */
/* Name starts with SI instead of S, because of collision with SaveLoadWidgets */
WID_SIL_CAPTION, ///< Caption of the window.
WID_SIL_LIST, ///< List of signs.
WID_SIL_SCROLLBAR, ///< Scrollbar of list.