summaryrefslogtreecommitdiff
path: root/src/widgets/industry_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:46:17 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:46:17 +0000
commitbcbdc3933c4aeff90692a1059375b1f590e7c904 (patch)
treee88b733b9ea32dc510656e425a85b94c779323ee /src/widgets/industry_widget.h
parent285621eb9ab8218206c99f7338a740fd634e3061 (diff)
downloadopenttd-bcbdc3933c4aeff90692a1059375b1f590e7c904.tar.xz
(svn r23600) -Codechange: link WC+number to a Widget, and the Widget to a Window class
Diffstat (limited to 'src/widgets/industry_widget.h')
-rw-r--r--src/widgets/industry_widget.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/industry_widget.h b/src/widgets/industry_widget.h
index 70be85a2a..0cadc6e3a 100644
--- a/src/widgets/industry_widget.h
+++ b/src/widgets/industry_widget.h
@@ -12,7 +12,7 @@
#ifndef WIDGETS_INDUSTRY_WIDGET_H
#define WIDGETS_INDUSTRY_WIDGET_H
-/** Widgets of the WC_BUILD_INDUSTRY. */
+/** Widgets of the #BuildIndustryWindow class. */
enum DynamicPlaceIndustriesWidgets {
WID_DPI_MATRIX_WIDGET, ///< Matrix of the industries.
WID_DPI_SCROLLBAR, ///< Scrollbar of the matrix.
@@ -21,7 +21,7 @@ enum DynamicPlaceIndustriesWidgets {
WID_DPI_FUND_WIDGET, ///< Fund button.
};
-/** Widgets of the WC_INDUSTRY_VIEW. */
+/** Widgets of the #IndustryViewWindow class. */
enum IndustryViewWidgets {
WID_IV_CAPTION, ///< Caption of the window.
WID_IV_VIEWPORT, ///< Viewport of the industry.
@@ -30,7 +30,7 @@ enum IndustryViewWidgets {
WID_IV_DISPLAY, ///< Display chain button.
};
-/** Widgets of the WC_INDUSTRY_DIRECTORY. */
+/** Widgets of the #IndustryDirectoryWindow class. */
enum IndustryDirectoryWidgets {
WID_ID_DROPDOWN_ORDER, ///< Dropdown for the order of the sort.
WID_ID_DROPDOWN_CRITERIA, ///< Dropdown for the criteria of the sort.
@@ -38,7 +38,7 @@ enum IndustryDirectoryWidgets {
WID_ID_SCROLLBAR, ///< Scrollbar of the list.
};
-/** Widgets of the WC_INDUSTRY_CARGOES */
+/** Widgets of the #IndustryCargoesWindow class */
enum IndustryCargoesWidgets {
WID_IC_CAPTION, ///< Caption of the window.
WID_IC_NOTIFY, ///< Row of buttons at the bottom.