mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-02 13:17:49 -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 t00=t0;
|
||||||
QString t {t0 + my_grid};
|
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);
|
msgtype(t, ui->tx1);
|
||||||
if (eme_short_codes) {
|
if (eme_short_codes) {
|
||||||
t=t+" OOO";
|
t=t+" OOO";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user