Fixed some strings errors
authorMateusz Półrola <mateusz.polrola@comarch.pl>
Thu, 23 Sep 2010 08:53:14 +0000 (10:53 +0200)
committerMateusz Półrola <mateusz.polrola@comarch.pl>
Thu, 23 Sep 2010 08:53:14 +0000 (10:53 +0200)
src/mdictionary/gui/TranslationWidget.cpp

index 797b4fb..d9d9fb4 100644 (file)
@@ -80,8 +80,8 @@ void TranslationWidget::show(QStringList translations) {
         trans += t + "\n";
     }
 
-    trans="<?xml version=\"1.0\" encoding=\"UTF-8\"?>" + "\n <ar>"
-           + trans + "\n </ar>";
+    trans=QString("<?xml version=\"1.0\" encoding=\"UTF-8\"?>") + QString("\n <ar>")
+           + trans + QString("\n </ar>");
 
 
     trans=XslConversion(trans);