From: sr Date: Sun, 31 Jan 2010 19:36:18 +0000 (+0300) Subject: path fixed X-Git-Url: http://git.maemo.org/git/?p=qstardict;a=commitdiff_plain;h=01adf0ce711b8edae123bebd28f381835f1a7a95 path fixed --- diff --git a/plugins/stardict/stardict.cpp b/plugins/stardict/stardict.cpp index 06c8778..d177222 100644 --- a/plugins/stardict/stardict.cpp +++ b/plugins/stardict/stardict.cpp @@ -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 << QDir::homePath() + "/MyDocs/stardict/dic"; } }