From 398555a20f7d6260cb2accbee462826a65d3e01d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 16 Oct 2018 10:52:06 -0400 Subject: [PATCH] For NA VHF contest with Sh checked, Tx3 should use long format with R+grid. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 2dd38b7a2..8703aa271 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4817,7 +4817,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) t=t0 + "R" + rpt; msgtype(t, ui->tx3); } - if(m_mode=="MSK144" and m_bShMsgs) { + if(m_mode=="MSK144" and m_bShMsgs and m_nContest==NONE) { t=t0 + "R" + rpt; msgtype(t, ui->tx3); m_send_RR73=false;