Fix a typo.

This commit is contained in:
Joe Taylor 2019-04-24 09:30:02 -04:00
parent f308d5246e
commit a19d82e362

View File

@ -5623,7 +5623,7 @@ void MainWindow::displayWidgets(qint64 n)
(m_config.RTTY_Exchange()=="DX" or m_config.RTTY_Exchange()=="#" or
m_config.RTTY_Exchange()=="SCC"));
}
if(m_mode=="MSK144") b=SpecOp::EU_VHF==m_config.special_op_id()
if(m_mode=="MSK144") b=SpecOp::EU_VHF==m_config.special_op_id();
ui->sbSerialNumber->setVisible(b);
m_lastCallsign.clear (); // ensures Tx5 is updated for new modes
genStdMsgs (m_rpt, true);