From e0291245e3279cd15d0f06d6c302b5f7734b06f7 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 12 Oct 2018 15:55:08 -0400 Subject: [PATCH] Let "HisCall grid" be an acceptable message. --- mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 15d66494f..bd539470f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4734,7 +4734,8 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) QString t00=t0; QString t {t0 + my_grid}; - if(b77 and (!bMyCall or !bHisCall)) t=t0a; +// if(b77 and (!bMyCall or !bHisCall)) t=t0a; + if(b77 and (!bMyCall)) t=t0a; msgtype(t, ui->tx1); if (eme_short_codes) { t=t+" OOO";