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
This commit is contained in:
Bill Somerville 2017-05-12 20:46:26 +00:00
parent 503e8bca2d
commit f7e8c81357
1 changed files with 2 additions and 1 deletions

View File

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