Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / plugins / google / GooglePlugin.cpp
index 970ee39..7564064 100644 (file)
@@ -35,7 +35,7 @@ GooglePlugin::GooglePlugin(QObject *parent): CommonDictInterface(parent),
     _settings->setValue("type","google");
     _settings->setValue("connection_accepted","true");
     _dictDialog = new GoogleDictDialog(this,this);
-    _icon = QIcon(":/icons/drawing.png");
+    _icon = QIcon("/usr/share/mdictionary/google.png");
 
     stopped = false;
     languages=initLanguages();