Updated PSKReporter spots to use FT8Call instead of WSJT-X for the application name
This commit is contained in:
parent
495c16892f
commit
16854627d9
@ -7278,7 +7278,7 @@ void MainWindow::pskSetLocal ()
|
|||||||
}
|
}
|
||||||
// qDebug() << "To PSKreporter: local station details";
|
// qDebug() << "To PSKreporter: local station details";
|
||||||
psk_Reporter->setLocalStation(m_config.my_callsign (), m_config.my_grid (),
|
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 ());
|
m_revision}.simplified ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user