Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 1587fd4bcc34a1f034eb5b27974c7d99 > files > 2

plasma-applet-translatoid-1.1-0.svn20091215.2mdv2010.1.src.rpm

--- ktranslatoid.cpp	2009-12-15 20:00:32.000000000 +0200
+++ ktranslatoid.cpp.new	2010-04-13 19:47:20.280459383 +0200
@@ -326,7 +326,8 @@
 
     if (result.contains("dict"))
         dict = result["dict"].toList();
-
+    
+    textToReturn += "<HTML><BODY>";
 
 foreach (QVariant trad , sentences)
     {
@@ -363,6 +364,7 @@
     }
 
     textToReturn += dictionnary;
+    textToReturn += "</BODY></HTML>";
     m_destText->setText(textToReturn);
 }