summaryrefslogtreecommitdiff
path: root/src/widgets/main_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 16:49:53 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 16:49:53 +0000
commit05af1d176bff01154933da8c3e3ba97784f4b8d6 (patch)
treefca79faf9f9319be4cae1b972e603c9512961402 /src/widgets/main_widget.h
parent4453288f3f5acf4e20441303e14bd7d5d285c92b (diff)
downloadopenttd-05af1d176bff01154933da8c3e3ba97784f4b8d6.tar.xz
(svn r23536) -Codechange: document and rename widgets to be consistent and understandable
Diffstat (limited to 'src/widgets/main_widget.h')
-rw-r--r--src/widgets/main_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/main_widget.h b/src/widgets/main_widget.h
index 823e62283..7bb16804a 100644
--- a/src/widgets/main_widget.h
+++ b/src/widgets/main_widget.h
@@ -13,8 +13,8 @@
#define WIDGETS_MAIN_WIDGET_H
/** Widgets of the WC_MAIN_WINDOW. */
-enum MainWindowWidgets {
- MW_VIEWPORT, ///< Main window viewport.
+enum MainWidgets {
+ WID_M_VIEWPORT, ///< Main window viewport.
};
#endif /* WIDGETS_MAIN_WIDGET_H */