From c2abf53a0e08566203c5d34e1649ee670860291d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 12 Nov 2018 12:56:20 -0500 Subject: [PATCH] JT65 Sh mode can send RRR, but not RR73. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 85bbeeb61..4865d3047 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4845,7 +4845,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) t=t+" OOO"; msgtype(t, ui->tx2); msgtype("RO", ui->tx3); - msgtype(m_send_RR73 ? "RR73" : "RRR", ui->tx4); + msgtype("RRR", ui->tx4); msgtype("73", ui->tx5->lineEdit()); } else { int n=rpt.toInt();