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
This commit is contained in:
Joe Taylor 2018-03-16 17:18:38 +00:00
parent 48f766a31e
commit 1d9b1eadd6
1 changed files with 1 additions and 1 deletions

View File

@ -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;