From f5c0ed3ec4216219494121721a4cce0c7ec4fb34 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Fri, 21 Nov 2008 06:24:50 +0000 Subject: 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. --- src/gui/speechbubble.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/speechbubble.cpp') 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); -- cgit v1.2.3-70-g09d2