Merge branch 'stardict' of ssh://drop.maemo.org/git/mdictionary into stardict
[mdictionary] / src / plugins / stardict / TranslationStarDict.cpp
index f6720d3..a95f285 100644 (file)
@@ -64,9 +64,10 @@ QString TranslationStarDict::toXml() const {
     QString result("");
     if(!starDictPlugin)
         return result;
+
     qDebug() << "asdf";
     for(int i = 0; i < offsets.size(); i++) {
-        result=result + "<dict> <info path=\"/usr/share/mdictionary/xdxf.png\" ";
+        result=result + "<dict> <info path=\"/usr/share/mdictionary/stardict.png\" ";
         if(isBookmark())
             result+= " bookmark=\"true\" > \n";
         else