From cd1185bbe12f4373ebd03e59ade32cc1bc411a53 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 14 Jun 2012 15:57:39 +0000 Subject: [PATCH] Help menu (and F1) now access the MAP65 User's Guide (first draft). git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2471 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index db8904d49..62a1955a0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -875,7 +875,7 @@ void MainWindow::stub() //stub() void MainWindow::on_actionOnline_Users_Guide_triggered() //Display manual { QDesktopServices::openUrl(QUrl( - "http://www.physics.princeton.edu/pulsar/K1JT/MAP65_Beta_Release.pdf", + "http://www.physics.princeton.edu/pulsar/K1JT/MAP65_Users_Guide.pdf", QUrl::TolerantMode)); }