Changed path to plugins folder
[mdictionary] / trunk / src / base / backbone / backbone.cpp
index 680feca..dde87a2 100644 (file)
@@ -27,7 +27,7 @@
 void Backbone::init() {
    _searchLimit = 10;
    _interval = 250; //msec
-   _pluginPath = "../lib/mdictionary/";
+   _pluginPath = "/usr/lib/mdictionary/";
    loadPlugins();
 
    if(!connect(&_timer, SIGNAL(timeout()), this, SLOT(translation())))