summaryrefslogtreecommitdiff
path: root/src/widgets/sign_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 18:43:36 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 18:43:36 +0000
commit7e0df0aeb38788d7928c3d3e9b6039b340bcd404 (patch)
tree2c4951497e8fba939a2605df6e58b45c670947b2 /src/widgets/sign_widget.h
parent7b80b821ffb8f0f1b27667ba6b4bd99c6b744d9b (diff)
downloadopenttd-7e0df0aeb38788d7928c3d3e9b6039b340bcd404.tar.xz
(svn r23555) -Fix (r23554): save before commit
Diffstat (limited to 'src/widgets/sign_widget.h')
-rw-r--r--src/widgets/sign_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sign_widget.h b/src/widgets/sign_widget.h
index c8e4afd84..8cfca2356 100644
--- a/src/widgets/sign_widget.h
+++ b/src/widgets/sign_widget.h
@@ -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.