diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index 61fe902a..f242e3ee 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -98,7 +98,9 @@ struct CHATSKILL }; /** - * Simple chatlog object. + * The chat window. + * + * \ingroup Interface */ class ChatWindow : public Window, public gcn::ActionListener, public gcn::KeyListener |