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
This commit is contained in:
Joe Taylor 2018-03-16 19:55:02 +00:00
parent dc8e210664
commit 1455d94f95
1 changed files with 1 additions and 0 deletions

View File

@ -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()