summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-07-23 10:24:29 -0600
committerJared Adams <jaxad0127@gmail.com>2009-07-23 10:31:36 -0600
commit01263d9ebb304d9fba90d741bf849e0865e3c17d (patch)
tree584bda0e0ec4a37b8fe911c6539ac29d54761f94 /src/gui/chat.cpp
parent69db63d2537b959a3a994fd77ae0d630126fe7e5 (diff)
downloadmana-client-01263d9ebb304d9fba90d741bf849e0865e3c17d.tar.gz
mana-client-01263d9ebb304d9fba90d741bf849e0865e3c17d.tar.bz2
mana-client-01263d9ebb304d9fba90d741bf849e0865e3c17d.tar.xz
mana-client-01263d9ebb304d9fba90d741bf849e0865e3c17d.zip
Clear some more support ifdefs
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 1ce1b77c..c8a51e0e 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -23,6 +23,7 @@
#include "gui/itemlinkhandler.h"
#include "gui/recorder.h"
+#include "gui/setup.h"
#include "gui/sdlinput.h"
#include "gui/widgets/chattab.h"
@@ -76,6 +77,8 @@ ChatWindow::ChatWindow():
{
setWindowName("Chat");
+ setupWindow->registerWindowForReset(this);
+
// no title presented, title bar is padding so window can be moved.
gcn::Window::setTitleBarHeight(gcn::Window::getPadding() + 4);
setShowTitle(false);