mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 13:47:51 -04:00
Warning msg: "EU VHF Contest messages require a 6-character locator."
This commit is contained in:
parent
4429230752
commit
292d6454c3
@ -1786,6 +1786,10 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
|
|||||||
}
|
}
|
||||||
if(m_config.special_op_id()!=nContest0) ui->tx1->setEnabled(true);
|
if(m_config.special_op_id()!=nContest0) ui->tx1->setEnabled(true);
|
||||||
chkFT4();
|
chkFT4();
|
||||||
|
if(SpecOp::EU_VHF==m_config.special_op_id() and m_config.my_grid().size()<6) {
|
||||||
|
MessageBox::information_message (this,
|
||||||
|
"EU VHF Contest messages require a 6-character locator.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -6166,7 +6170,7 @@ void MainWindow::on_actionMSK144_triggered()
|
|||||||
// Make sure that MSK144 is not checked.
|
// Make sure that MSK144 is not checked.
|
||||||
ui->actionMSK144->setChecked(false);
|
ui->actionMSK144->setChecked(false);
|
||||||
MessageBox::warning_message (this, tr ("Improper mode"),
|
MessageBox::warning_message (this, tr ("Improper mode"),
|
||||||
"MSK144 not available if Fox, Hound, Field Day, or RTTY contest is selected.");
|
"MSK144 not available if Fox, Hound, Field Day, RTTY, or WW Digi contest is selected.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
m_mode="MSK144";
|
m_mode="MSK144";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user