diff options
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); |