From 280dd373d3d71bf52d8ff516e5f1700ee516ed86 Mon Sep 17 00:00:00 2001 From: Uwe Risse <dg2ycb@gmx.de> Date: Thu, 16 Feb 2023 20:06:03 +0100 Subject: [PATCH] Allow "CQ with individual contest name" also when the contest name field is empty. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 78d717fb9..845441c0a 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5771,7 +5771,7 @@ void MainWindow::genCQMsg () ( tlist.at(1)==my_callsign or tlist.at(2)==my_callsign ) and 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(); } else { if(SpecOp::NA_VHF == m_specOp) m_cqStr="TEST";