From 15062def8c75edb47be484d038d775476f78a452 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 9 Feb 2012 15:22:19 +0000 Subject: fixed help not shown in windows git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@803 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3