diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-09 15:22:19 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-09 15:22:19 +0000 |
commit | 15062def8c75edb47be484d038d775476f78a452 (patch) | |
tree | 4e705116f157c8067bd0b80e0c40ca7df67a6cf0 /mainwindow.cpp | |
parent | removed gpg-keyserver.de from keyserverlist (diff) | |
download | gpg4usb-15062def8c75edb47be484d038d775476f78a452.tar.gz gpg4usb-15062def8c75edb47be484d038d775476f78a452.zip |
fixed help not shown in windows
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@803 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 66d2e4c..aaea519 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -635,7 +635,7 @@ void MainWindow::openHelp() { void MainWindow::openHelp(const QString page) { - edit->newHelpTab("help", "file://" + qApp->applicationDirPath() + "/help/" + page); + edit->newHelpTab("help", "file:" + qApp->applicationDirPath() + "/help/" + page); } void MainWindow::setStatusBarText(QString text) |