Fixed translation widget refreshing
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index 91f24fe..7cf2560 100644 (file)
@@ -37,7 +37,7 @@ XdxfPlugin::XdxfPlugin(QObject *parent) : CommonDictInterface(parent),
         _settings->setValue("Cached","true");
     else
         _settings->setValue("Cached","false");
-    setPath("dict.xdxf");
+    setPath("/usr/lib/mdictionary/dict.xdxf");
     stopped = false;
 
 }