From d5faa099539bb9f7b7d311b70f171c31a5045520 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 12 Feb 2018 13:46:03 +0000 Subject: [PATCH] Reference to Release Notes should be generic, not version-specific. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8501 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 45be606fb..4f5be4d4d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2150,7 +2150,7 @@ void MainWindow::on_stopButton_clicked() //stopButton void MainWindow::on_actionRelease_Notes_triggered () { - QDesktopServices::openUrl (QUrl {"http://physics.princeton.edu/pulsar/k1jt/Release_Notes_1.8.0.txt"}); + QDesktopServices::openUrl (QUrl {"http://physics.princeton.edu/pulsar/k1jt/Release_Notes.txt"}); } void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual