summaryrefslogtreecommitdiff
path: root/src/widgets/network_chat_widget.h
diff options
context:
space:
mode:
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.
};