From 9dde6dae73175a63e4f8180fe33a44c2687f36b2 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 25 Dec 2017 16:48:10 +0000 Subject: [PATCH] Use m_baseCall for Fox's RR73 message. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8372 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index bc93e68a5..1fed640e1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -898,7 +898,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, connect (&splashTimer, &QTimer::timeout, this, &MainWindow::splash_done); splashTimer.setSingleShot (true); splashTimer.start (20 * 1000); - +/* if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "W9XYZ" or m_config.my_callsign()=="K1ABC" or m_config.my_callsign()=="K1ABC/2" or @@ -912,7 +912,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, "Please use WSJT-X v1.8.0\n", errorMsg); Q_EMIT finished (); } - +*/ if(!ui->cbMenus->isChecked()) { ui->cbMenus->setChecked(true); ui->cbMenus->setChecked(false); @@ -7381,7 +7381,7 @@ void MainWindow::foxTxSequencer() while(!m_foxRR73Queue.isEmpty()) { hc1=m_foxRR73Queue.dequeue(); //First priority is to send RR73 messages if(m_houndQueue.isEmpty()) { - fm = hc1 + " " + m_config.my_callsign() + " RR73"; //Send a standard FT8 message + fm = hc1 + " " + m_baseCall + " RR73"; //Send a standard FT8 message } else { t=m_houndQueue.dequeue(); //Fetch new hound from queue hc2=t.mid(0,6).trimmed(); //hound call