mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Offer instruction in the "Should you switch to EU VHF Contest?" messagebox.
This commit is contained in:
parent
ef1c8b079c
commit
a81c9acdce
@ -4601,7 +4601,10 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
|
||||
}
|
||||
bool bEU_VHF_w2=(nrpt>=520001 and nrpt<=594000);
|
||||
if(bEU_VHF_w2 and SpecOp::EU_VHF!=m_config.special_op_id()) {
|
||||
MessageBox::information_message (this, tr ("Should you switch to EU VHF Contest mode?"));
|
||||
auto const& message = tr("Should you switch to EU VHF Contest mode?\n"
|
||||
"To do so, check 'Special operating activity' and\n"
|
||||
"'EU VHF Contest' on the Settings | Advanced tab.");
|
||||
MessageBox::information_message (this, message);
|
||||
}
|
||||
|
||||
QStringList t=message.string().split(' ', QString::SkipEmptyParts);
|
||||
|
Loading…
Reference in New Issue
Block a user