Merge from trunk:

------------------------------------------------------------------------
r7849 | k1jt | 2017-07-11 13:47:40 +0100 (Tue, 11 Jul 2017) | 1 line

Update URL for v1.8 Release Notes.
------------------------------------------------------------------------



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@7900 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-07-16 15:04:21 +00:00
parent a66e644cba
commit 5bc96dc638

View File

@ -2050,7 +2050,7 @@ void MainWindow::on_stopButton_clicked() //stopButton
void MainWindow::on_actionRelease_Notes_triggered () 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 void MainWindow::on_actionOnline_User_Guide_triggered() //Display manual