summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-11-21 06:24:50 +0000
committerIra Rice <irarice@gmail.com>2008-11-21 06:24:50 +0000
commitf5c0ed3ec4216219494121721a4cce0c7ec4fb34 (patch)
tree3ffc912b8225d620af521b3b0537ae9a1a1ca1bc /src/gui/speechbubble.cpp
parentbe621542a7330c43c6d586286c4ef7411f83b6ea (diff)
downloadMana-f5c0ed3ec4216219494121721a4cce0c7ec4fb34.tar.gz
Mana-f5c0ed3ec4216219494121721a4cce0c7ec4fb34.tar.bz2
Mana-f5c0ed3ec4216219494121721a4cce0c7ec4fb34.tar.xz
Mana-f5c0ed3ec4216219494121721a4cce0c7ec4fb34.zip
Changed windowing code to allow for multiple skins. This will be
modified in a bit so that there are no redundant skin loads, but for now, it doesn't leak any more as well.
Diffstat (limited to 'src/gui/speechbubble.cpp')
-rw-r--r--src/gui/speechbubble.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/speechbubble.cpp b/src/gui/speechbubble.cpp
index 2ab80bd9..6af16496 100644
--- a/src/gui/speechbubble.cpp
+++ b/src/gui/speechbubble.cpp
@@ -29,8 +29,8 @@
// TODO: Fix windows so that they can each load their own skins without the
// other windows overriding another window's skin.
-SpeechBubble::SpeechBubble()//:
-// Window("Message", false, NULL, "graphics/gui/speechbubble.xml")
+SpeechBubble::SpeechBubble():
+ Window("Message", false, NULL, "graphics/gui/speechbubble.xml")
{
mSpeechBox = new TextBox();
mSpeechBox->setEditable(false);