path fixed
authorsr <sr@localhost.localdomain>
Sun, 31 Jan 2010 19:36:18 +0000 (22:36 +0300)
committersr <sr@localhost.localdomain>
Sun, 31 Jan 2010 19:36:18 +0000 (22:36 +0300)
plugins/stardict/stardict.cpp

index 06c8778..d177222 100644 (file)
@@ -124,6 +124,7 @@ StarDict::StarDict(QObject *parent)
         m_dictDirs << QCoreApplication::applicationDirPath() + "/dic";
 #endif // Q_OS_UNIX                            
         m_dictDirs << QDir::homePath() + "/.stardict/dic";
         m_dictDirs << QCoreApplication::applicationDirPath() + "/dic";
 #endif // Q_OS_UNIX                            
         m_dictDirs << QDir::homePath() + "/.stardict/dic";
+        m_dictDirs << QDir::homePath() + "/MyDocs/stardict/dic";
     }
 }
 
     }
 }