mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05: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);
|
||||
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.
|
||||
ui->actionMSK144->setChecked(false);
|
||||
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;
|
||||
}
|
||||
m_mode="MSK144";
|
||||
|
Loading…
Reference in New Issue
Block a user