From 835cd0f89b8e9eeebff080dba4919f9118b56a2c Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 25 Sep 2014 00:06:07 +0000 Subject: [PATCH] Fix online manual URL. Fix manpage destination. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4360 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- CMakeLists.txt | 1 + mainwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38c92f493..37b04b420 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,6 +84,7 @@ set (WSJT_BIN_DESTINATION bin) set (WSJT_LIB_DESTINATION lib) set (WSJT_SHARE_DESTINATION share) set (WSJT_DOC_DESTINATION doc/WSJT-X) +set (WSJT_MANPAGE_DESTINATION share) set (WSJT_PLUGIN_DESTINATION lib/plugins) set (WSJT_QT_CONF_DESTINATION bin) diff --git a/mainwindow.cpp b/mainwindow.cpp index 24c2f379c..f50bc5fec 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -990,7 +990,7 @@ void MainWindow::msgBox(QString t) //msgBox void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual { - QDesktopServices::openUrl (QUrl (PROJECT_MANUAL_DIRECTORY_URL PROJECT_MANUAL)); + QDesktopServices::openUrl (QUrl (PROJECT_MANUAL_DIRECTORY_URL "/" PROJECT_MANUAL)); } //Display local copy of manual