summaryrefslogtreecommitdiff
path: root/src/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.cpp')
-rw-r--r--src/text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.cpp b/src/text.cpp
index 6e08a048a..96d493cc5 100644
--- a/src/text.cpp
+++ b/src/text.cpp
@@ -60,7 +60,7 @@ Text::Text(const std::string &text, int x, int y,
textManager = new TextManager;
if (Theme::instance())
{
- Theme::instance()->loadRect(mBubble, "bubble.xml");
+ Theme::instance()->loadRect(mBubble, "bubble.xml", "");
}
else
{