diff options
| author | 2010-04-18 14:15:27 +0000 | |
|---|---|---|
| committer | 2010-04-18 14:15:27 +0000 | |
| commit | 96d821bbc181a9a96db4b3293dbfe856f8efd7f3 (patch) | |
| tree | 9453b57ee021dbfee1513d9db38ddd36308a3255 /src | |
| parent | Set nasty boolCreateMinimizedQuery option value to true (diff) | |
| download | KVIrc-96d821bbc181a9a96db4b3293dbfe856f8efd7f3.tar.gz KVIrc-96d821bbc181a9a96db4b3293dbfe856f8efd7f3.tar.bz2 KVIrc-96d821bbc181a9a96db4b3293dbfe856f8efd7f3.zip | |
fix for #763
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4258 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/help/libkvihelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/libkvihelp.cpp b/src/modules/help/libkvihelp.cpp index 9d634afe8..41fcb89d7 100644 --- a/src/modules/help/libkvihelp.cpp +++ b/src/modules/help/libkvihelp.cpp @@ -93,7 +93,7 @@ static bool help_kvs_cmd_open(KviKvsModuleCommandCall * c) // no document => index if(szParam.isEmpty()) { - szParam = dirHelp.absoluteFilePath("index.html"); + szParam = QString("index.html"); qDebug ("No file, use default at path %s",szDoc.toUtf8().data()); } |
