diff options
author | truebrain <truebrain@openttd.org> | 2011-12-16 16:27:45 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-16 16:27:45 +0000 |
commit | e9f584ac210913a404e246184c8d3c1f52428b63 (patch) | |
tree | dbeb19676245b06fde6921f26e31575ec6979fd2 /src/widgets/engine_widget.h | |
parent | b90aa80e77e1321bcae2389a014fe7595301e0e2 (diff) | |
download | openttd-e9f584ac210913a404e246184c8d3c1f52428b63.tar.xz |
(svn r23531) -Codechange: document and rename widgets to be consistent and understandable
Diffstat (limited to 'src/widgets/engine_widget.h')
-rw-r--r-- | src/widgets/engine_widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/engine_widget.h b/src/widgets/engine_widget.h index 32297b432..85b6060f4 100644 --- a/src/widgets/engine_widget.h +++ b/src/widgets/engine_widget.h @@ -14,9 +14,9 @@ /** Widgets of the WC_ENGINE_PREVIEW. */ enum EnginePreviewWidgets { - EPW_QUESTION, ///< The container for the question - EPW_NO, ///< No button - EPW_YES, ///< Yes button + WID_EP_QUESTION, ///< The container for the question. + WID_EP_NO, ///< No button. + WID_EP_YES, ///< Yes button. }; #endif /* WIDGETS_ENGINE_WIDGET_H */ |