From 1d9b1eadd6451fbdfed164b06879395a25637b24 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 16 Mar 2018 17:18:38 +0000 Subject: [PATCH] In Hound mode, always generate Tx1 using Fox's baseCall. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8565 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index bf9f0dc55..bf5901736 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4557,7 +4557,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) msgtype(t, ui->tx5->lineEdit ()); } } else { - if (hisCall != hisBase) { + if (hisCall != hisBase and !m_config.bHound()) { if (shortList(hisCall)) { // cfm we know his full call with a type 1 tx1 message t = hisCall + " " + my_callsign;