Fixed bug with disabling history buttons while searching
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.cpp
index 17881b7..7ad6965 100644 (file)
@@ -42,6 +42,8 @@ XdxfPlugin::XdxfPlugin(QObject *parent) : CommonDictInterface(parent),
 
     stopped = false;
 
+    QIcon(":/icons/mdictionary.png");
+
 
 }