mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Don't include "73" in the test for bProcessMsgNormally.
This commit is contained in:
parent
d45d0b6b8f
commit
1da80c0631
@ -3760,7 +3760,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
(ui->respondComboBox->currentText()=="CQ: Max Dist" and m_ActiveStationsWidget==NULL) or
|
||||
(m_ActiveStationsWidget!=NULL and !m_ActiveStationsWidget->isVisible());
|
||||
QString t=decodedtext.messageWords()[4];
|
||||
if(t.contains("R+") or t.contains("R-") or t=="R" or t=="RRR" or t=="RR73" or t=="73") bProcessMsgNormally=true;
|
||||
if(t.contains("R+") or t.contains("R-") or t=="R" or t=="RRR" or t=="RR73") bProcessMsgNormally=true;
|
||||
if(bProcessMsgNormally) {
|
||||
m_bDoubleClicked=true;
|
||||
m_bAutoReply = true;
|
||||
|
Loading…
Reference in New Issue
Block a user