mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-27 20:02:28 -04:00
'Until
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8196 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
5f2f491912
commit
cc88b2f679
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user