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
This commit is contained in:
Joe Taylor 2012-06-14 15:57:39 +00:00
parent 0dbc60eb72
commit 30afde54c4
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}