summaryrefslogtreecommitdiff
path: root/src/widgets/network_chat_widget.h
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 18:02:27 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 18:02:27 +0000
commite2d8abeec5f26b07b5d0cac0cc2405ac37aa572b (patch)
tree6a81cc499c02eb2510478fdb60f77f9de289ef61 /src/widgets/network_chat_widget.h
parent78ca3e3358401b995abda95834d1d7067b4b3840 (diff)
downloadopenttd-e2d8abeec5f26b07b5d0cac0cc2405ac37aa572b.tar.xz
(svn r23544) -Codechange: document and rename widgets to be consistent and understandable
Diffstat (limited to 'src/widgets/network_chat_widget.h')
-rw-r--r--src/widgets/network_chat_widget.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/network_chat_widget.h b/src/widgets/network_chat_widget.h
index d87a2d9fa..96bd70427 100644
--- a/src/widgets/network_chat_widget.h
+++ b/src/widgets/network_chat_widget.h
@@ -14,11 +14,11 @@
/** Widgets of the WC_SEND_NETWORK_MSG. */
enum NetWorkChatWidgets {
- NWCW_CLOSE,
- NWCW_BACKGROUND,
- NWCW_DESTINATION,
- NWCW_TEXTBOX,
- NWCW_SENDBUTTON,
+ WID_NC_CLOSE, ///< Close button.
+ WID_NC_BACKGROUND, ///< Background of the window.
+ WID_NC_DESTINATION, ///< Destination.
+ WID_NC_TEXTBOX, ///< Textbox.
+ WID_NC_SENDBUTTON, ///< Send button.
};