mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-10 13:29:02 -04:00
Let "HisCall <MyCall> grid" be an acceptable message.
This commit is contained in:
parent
ae300adc3e
commit
e0291245e3
@ -4734,7 +4734,8 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
|
||||
|
||||
QString t00=t0;
|
||||
QString t {t0 + my_grid};
|
||||
if(b77 and (!bMyCall or !bHisCall)) t=t0a;
|
||||
// if(b77 and (!bMyCall or !bHisCall)) t=t0a;
|
||||
if(b77 and (!bMyCall)) t=t0a;
|
||||
msgtype(t, ui->tx1);
|
||||
if (eme_short_codes) {
|
||||
t=t+" OOO";
|
||||
|
Loading…
Reference in New Issue
Block a user