summaryrefslogtreecommitdiffstats
path: root/src/magiclabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/magiclabel.cpp')
-rw-r--r--src/magiclabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magiclabel.cpp b/src/magiclabel.cpp
index 0613720..b22461d 100644
--- a/src/magiclabel.cpp
+++ b/src/magiclabel.cpp
@@ -31,7 +31,7 @@ MagicLabel::MagicLabel(TQString s, bool translate)
transform();
if (translate)
- mValue = i18n(mValue);
+ mValue = i18n(mValue.utf8());
}