Merged from trunk:

------------------------------------------------------------------------
r8079 | bsomervi | 2017-09-09 21:54:56 +0100 (Sat, 09 Sep 2017) | 1 line

Fix issue with Tx5 message generation for type 2 compound calls
------------------------------------------------------------------------



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@8080 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-09-09 20:56:11 +00:00
parent bcef2c4d43
commit d095744efd

View File

@ -4155,8 +4155,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
msgtype(t + "RRR", ui->tx4);
}
else {
t=t0 + "R" + rpt;
msgtype(t, ui->tx3);
msgtype(t0 + "R" + rpt, ui->tx3);
}
}
msgtype(t + "73", ui->tx5->lineEdit ());