aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
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)