(svn r23547) -Codechange: document and rename widgets to be consistent and understandable

This commit is contained in:
truebrain
2011-12-16 18:21:13 +00:00
parent 9266bde593
commit e2726ca3f1
8 changed files with 214 additions and 214 deletions

View File

@@ -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 */