mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Fix the "Transmitting" message in ALL.TXT.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3054 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
a0c4d526e8
commit
b0bf6f8aee
@ -1239,7 +1239,7 @@ void MainWindow::guiUpdate()
|
||||
QFile f("ALL.TXT");
|
||||
f.open(QIODevice::WriteOnly | QIODevice::Text | QIODevice::Append);
|
||||
QTextStream out(&f);
|
||||
out << QDateTime::currentDateTimeUtc().toString("yyyy-MMM-dd hh:mm")
|
||||
out << QDateTime::currentDateTimeUtc().toString("hhmm")
|
||||
<< " Transmitting: " << QString::fromAscii(msgsent) << endl;
|
||||
f.close();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user