Updated PSKReporter spots to use FT8Call instead of WSJT-X for the application name

This commit is contained in:
Jordan Sherer 2018-07-10 15:23:52 -04:00
parent 495c16892f
commit 16854627d9

View File

@ -7278,7 +7278,7 @@ void MainWindow::pskSetLocal ()
}
// qDebug() << "To PSKreporter: local station details";
psk_Reporter->setLocalStation(m_config.my_callsign (), m_config.my_grid (),
antenna_description, QString {"WSJT-X v" + version() + " " +
antenna_description, QString { QApplication::applicationName() + " v" + version() + " " +
m_revision}.simplified ());
}