fixed minor bugs with gui, added secon dictionary file
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index 9fe4014..2c4da4c 100644 (file)
@@ -238,7 +238,7 @@ void XdxfPlugin::getDictionaryInfo() {
     if(dictionaryReader.name()=="description")
         _infoNote=dictionaryReader.readElementText();
 
-    dictionaryFile.seek(0);
+    /*dictionaryFile.seek(0);
 
     long wordsCount = 0;
 
@@ -248,7 +248,7 @@ void XdxfPlugin::getDictionaryInfo() {
         if(line.contains("<ar>")) {
             wordsCount++;
         }
-    }
+    }*/
 
     dictionaryFile.close();
 }