From d011355354ec8b3534dd9578372a0cae49e0a66d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 2 Nov 2018 16:52:57 -0400 Subject: [PATCH] Send Tx6 rather than Tx5 after receiving RR73 in RTTY contest mode. --- mainwindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 7ae5db5fa..6879b3e63 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4402,8 +4402,9 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie ui->tx3->setText(t); m_bTUmsg=true; } else { - m_ntx=5; - ui->txrb5->setChecked(true); + on_logQSOButton_clicked(); + m_ntx=6; + ui->txrb6->setChecked(true); } } m_QSOProgress = SIGNOFF;