mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Don't use "CQ HUND", it was a bad idea.
This commit is contained in:
parent
4073852587
commit
d42fb7db39
@ -4736,7 +4736,6 @@ void MainWindow::genCQMsg ()
|
||||
if(SpecOp::EU_VHF == m_config.special_op_id()) t="CQ TEST" + t.mid(2,-1);
|
||||
if(SpecOp::FIELD_DAY == m_config.special_op_id()) t="CQ FD" + t.mid(2,-1);
|
||||
if(SpecOp::RTTY == m_config.special_op_id()) t="CQ RU" + t.mid(2,-1);
|
||||
if(SpecOp::FOX == m_config.special_op_id()) t="CQ HUND" + t.mid(2,-1);
|
||||
ui->tx6->setText(t);
|
||||
}
|
||||
} else {
|
||||
|
@ -1682,11 +1682,9 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QComboBox" name="comboBoxCQ">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>CQ HUND</string>
|
||||
</property>
|
||||
</item>
|
||||
<property name="currentText">
|
||||
<string>CQ</string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>CQ</string>
|
||||
|
Loading…
Reference in New Issue
Block a user