mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Generate the correct Tx2 message for JT65 when one callsign is compound.
This commit is contained in:
parent
ece6ebae80
commit
6c3fa97185
@ -5371,6 +5371,8 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
||||
msgtype(t, ui->tx1);
|
||||
if (eme_short_codes) {
|
||||
t=t+" OOO";
|
||||
if(!bHisCall) t=hisCall + " " + m_baseCall + " OOO";
|
||||
if(!bMyCall) t=hisBase + " " + my_callsign + " OOO";
|
||||
msgtype(t, ui->tx2);
|
||||
msgtype("RO", ui->tx3);
|
||||
msgtype("RRR", ui->tx4);
|
||||
|
Loading…
Reference in New Issue
Block a user