From 31a4fac51630515d277d1e8287604e8a8b481146 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 24 Jun 2021 13:00:05 +0100 Subject: [PATCH] Revert "Fix the generation of Tx5 message when "hiscall" has suffix /P or /R. Is there a better method?" Fixed by a later more comprehensive change. This reverts commit 1df2101b11d4548f2a9cde8a4faffadd21b741f6. --- widgets/mainwindow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index dfc8cf2b2..7b225f576 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5534,8 +5534,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) msgtype(t, ui->tx5->lineEdit ()); } } else { - if (hisCall != hisBase && hisCall != (hisBase+"/P") && hisCall != (hisBase+"/R") - && SpecOp::HOUND != m_config.special_op_id()) { + if (hisCall != hisBase and SpecOp::HOUND != m_config.special_op_id()) { if (shortList(hisCall)) { // cfm we know his full call with a type 1 tx1 message t = hisCall + " " + my_callsign;