summaryrefslogtreecommitdiff
path: root/src/widgets/subsidy_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 18:21:13 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 18:21:13 +0000
commite2726ca3f18c41c0ff58d1046374a0d8bbf733d0 (patch)
tree5a69b58a410b76ce45607888d0dee1a12b633bc7 /src/widgets/subsidy_widget.h
parent9266bde593b359d1dd999a3c84f48f3b6981c983 (diff)
downloadopenttd-e2726ca3f18c41c0ff58d1046374a0d8bbf733d0.tar.xz
(svn r23547) -Codechange: document and rename widgets to be consistent and understandable
Diffstat (limited to 'src/widgets/subsidy_widget.h')
-rw-r--r--src/widgets/subsidy_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/subsidy_widget.h b/src/widgets/subsidy_widget.h
index 312e0b852..82ab32fd6 100644
--- a/src/widgets/subsidy_widget.h
+++ b/src/widgets/subsidy_widget.h
@@ -15,8 +15,8 @@
/** Widgets of the WC_SUBSIDIES_LIST. */
enum SubsidyListWidgets {
/* Name starts with SU instead of S, because of collision with StationListWidgets */
- SULW_PANEL,
- SULW_SCROLLBAR,
+ WID_SUL_PANEL, ///< Main panel of window.
+ WID_SUL_SCROLLBAR, ///< Scrollbar of panel.
};
#endif /* WIDGETS_SUBSIDY_WIDGET_H */