Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index dd2f54c..f1c8b60 100644 (file)
@@ -32,11 +32,11 @@ XdxfPlugin::XdxfPlugin(QObject *parent) : CommonDictInterface(parent),
                     _type(tr("xdxf")), _infoNote(tr("")) {
     _settings = new Settings();
     _dictDialog = new XdxfDictDialog(this);
-    _settings->setValue("Type","xdxf");
+    _settings->setValue("type","xdxf");
     if(isCached())
-        _settings->setValue("Cached","true");
+        _settings->setValue("cached","true");
     else
-        _settings->setValue("Cached","false");
+        _settings->setValue("cached","false");
 
     setPath("/usr/lib/mdictionary/dict.xdxf");
     stopped = false;