From 7edb7d72b8287a6f3674ed8ea87e4f6309f30f8c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 11 Jul 2017 12:47:40 +0000 Subject: [PATCH] Update URL for v1.8 Release Notes. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7849 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index fce50cd73..86ee4ca3d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2050,7 +2050,7 @@ void MainWindow::on_stopButton_clicked() //stopButton void MainWindow::on_actionRelease_Notes_triggered () { - QDesktopServices::openUrl (QUrl {"http://physics.princeton.edu/pulsar/k1jt/v1.7_Features.txt"}); + QDesktopServices::openUrl (QUrl {"http://physics.princeton.edu/pulsar/k1jt/Release_Notes_1.8.0.txt"}); } void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual