mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-17 13:12:28 -04:00
Merged from trunk:
------------------------------------------------------------------------ r7921 | bsomervi | 2017-07-17 16:46:01 +0100 (Mon, 17 Jul 2017) | 3 lines Fix QRA64 and JT4 single tone short message texts in Tx5 Thanks to Mike, W9MDB, for this contribution. ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@7922 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
4ac44d871d
commit
57086026f0
@ -3899,8 +3899,12 @@ void MainWindow::genStdMsgs(QString rpt)
|
||||
if((m_mode=="JT4" or m_mode=="QRA64") and m_bShMsgs) t="@1500 (RRR)";
|
||||
msgtype(t, ui->tx4);
|
||||
t=t0 + "73";
|
||||
if((m_mode=="JT4" or m_mode=="QRA64") and m_bShMsgs) t="@1750 (73)";
|
||||
if (hisBase != m_lastCallsign) { // only update tx5 when callsign changes
|
||||
if(m_mode=="JT4" or m_mode=="QRA64") {
|
||||
if (m_bShMsgs) t="@1750 (73)";
|
||||
msgtype(t, ui->tx5->lineEdit ());
|
||||
}
|
||||
else if (hisBase != m_lastCallsign) { // only update tx5 when callsign changes
|
||||
|
||||
msgtype(t, ui->tx5->lineEdit ());
|
||||
m_lastCallsign = hisBase;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user