From 1455d94f951bfb585df10087018dbbea9d9d665c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 16 Mar 2018 19:55:02 +0000 Subject: [PATCH] Finish the job of permitting Hounds with a compound callsign to call Fox. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8567 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index bf5901736..3c758658d 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4571,6 +4571,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional) } } m_rpt=rpt; + if(m_config.bHound() and is_compound) ui->tx1->setText("DE " + m_config.my_callsign()); } void MainWindow::TxAgain()