From cc88b2f6791f8f4659acb54284879f57f6fd77f8 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 29 Oct 2017 17:55:40 +0000 Subject: [PATCH] 'Until git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8196 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 78fea6c57..a44bca490 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -896,7 +896,16 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "G3PQA") { m_bDXped=true; ui->actionWSPR_LF->setEnabled(true); + } else { + QString errorMsg; + MessageBox::critical_message (this, + "Code in the WSJT-X development is not currently\n" + "available for on-the-air use.\n\n" + "Please use WSJT-X v1.8.0\n", errorMsg); + Q_EMIT finished (); } + + if(!ui->cbMenus->isChecked()) { ui->cbMenus->setChecked(true); ui->cbMenus->setChecked(false);