aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 75879f8..f1c56bb 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -564,7 +564,8 @@ void MainWindow::openTranslate() {
}
void MainWindow::openTutorial() {
- QDesktopServices::openUrl(QUrl("http://gpg4usb.cpunk.de/docu.html"));
+ //QDesktopServices::openUrl(QUrl("http://gpg4usb.cpunk.de/docu.html"));
+ edit->newHelpTab("help", "http://gpg4usb.cpunk.de/docu.html");
}
void MainWindow::startWizard()