diff options
-rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index 801d39d..8e6a3a6 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -565,7 +565,7 @@ void MainWindow::openTranslate() { void MainWindow::openTutorial() { //QDesktopServices::openUrl(QUrl("http://gpg4usb.cpunk.de/docu.html")); - edit->newHelpTab("help", "help/docu.html"); + edit->newHelpTab("help", qApp->applicationDirPath() + "/help/docu.html"); } void MainWindow::startWizard() |