diff options
author | Ira Rice <irarice@gmail.com> | 2008-11-21 06:24:50 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-11-21 06:24:50 +0000 |
commit | f5c0ed3ec4216219494121721a4cce0c7ec4fb34 (patch) | |
tree | 3ffc912b8225d620af521b3b0537ae9a1a1ca1bc /src/gui/speechbubble.cpp | |
parent | be621542a7330c43c6d586286c4ef7411f83b6ea (diff) | |
download | mana-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.cpp | 4 |
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); |