diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 14a2dd49..9580ffe1 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -70,8 +70,8 @@ class ChatInput : public TextField, public gcn::FocusListener ChatWindow::ChatWindow(): Window(_("Chat")), - mCurrentTab(NULL), - mTmpVisible(false) + mTmpVisible(false), + mCurrentTab(NULL) { setWindowName("Chat"); |