From f7e8c81357ed6c48da37fd085d49d165bcff7d41 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 12 May 2017 20:46:26 +0000 Subject: [PATCH] Prep for WSPR-LF tests. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7676 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 89cc29f8f..d54538ba1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -885,7 +885,8 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, splashTimer.start (20 * 1000); if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or - m_config.my_callsign()=="G4WJS") ui->actionWSPR_LF->setEnabled(true); + m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "G3PQA") + ui->actionWSPR_LF->setEnabled(true); // this must be the last statement of constructor if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};