mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Allow "CQ with individual contest name" also when the contest name field is empty.
This commit is contained in:
parent
cd14778f0d
commit
280dd373d3
@ -5771,7 +5771,7 @@ void MainWindow::genCQMsg ()
|
|||||||
( tlist.at(1)==my_callsign or
|
( tlist.at(1)==my_callsign or
|
||||||
tlist.at(2)==my_callsign ) and
|
tlist.at(2)==my_callsign ) and
|
||||||
stdCall(my_callsign)) {
|
stdCall(my_callsign)) {
|
||||||
if(m_config.Individual_Contest_Name() && m_config.Contest_Name() != "") {
|
if(m_config.Individual_Contest_Name()) {
|
||||||
m_cqStr = m_config.Contest_Name();
|
m_cqStr = m_config.Contest_Name();
|
||||||
} else {
|
} else {
|
||||||
if(SpecOp::NA_VHF == m_specOp) m_cqStr="TEST";
|
if(SpecOp::NA_VHF == m_specOp) m_cqStr="TEST";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user