From 4e3afe3a32a7e107952c89dc4b9a2b70fe9744ce Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 5 Sep 2014 15:55:49 +0000 Subject: [PATCH] Change the URL for User Guide to that for the new v1.4 guide. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4251 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1c51128a1..1e095dddf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -995,7 +995,7 @@ void MainWindow::msgBox(QString t) //msgBox void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual { QDesktopServices::openUrl(QUrl( - "http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main-toc2.html", + "http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-doc/wsjtx-main.html", QUrl::TolerantMode)); }