Removed remnants of WSJT-X references

This commit is contained in:
Jordan Sherer
2018-12-23 08:54:31 -05:00
parent 478a909b90
commit 88fb605b40
5 changed files with 6 additions and 29 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ bool ADIF::addQSOToFile(QByteArray const& ADIF_record)
{
QTextStream out(&f2);
if (f2.size()==0)
out << "WSJT-X ADIF Export<eoh>" << endl; // new file
out << "JS8Call ADIF Export<eoh>" << endl; // new file
out << ADIF_record << " <eor>" << endl;
f2.close();