(svn r23544) -Codechange: document and rename widgets to be consistent and understandable

This commit is contained in:
truebrain
2011-12-16 18:02:27 +00:00
parent 78ca3e3358
commit e2d8abeec5
9 changed files with 523 additions and 524 deletions

View File

@@ -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.
};