mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-29 07:39:43 -05:00
Improve v2.0 update announcement formatting across platforms
This commit is contained in:
parent
5d8e5b0070
commit
035b5a2366
@ -963,12 +963,15 @@ void MainWindow::not_GA_warning_message ()
|
|||||||
|
|
||||||
|
|
||||||
MessageBox::critical_message (this,
|
MessageBox::critical_message (this,
|
||||||
"IMPORTANT: New protocols for the FT8 and MSK144 modes\n"
|
"<b><p align=\"center\">"
|
||||||
"became the world-wide standards on December 10, 2018.\n\n"
|
"IMPORTANT: New protocols for the FT8 and MSK144 modes "
|
||||||
"WSJT-X 2.0 cannot communicate in these modes with other\n"
|
"became the world‑wide standards on December 10, 2018."
|
||||||
"stations using WSJT-X v1.9.1 or earlier.\n\n"
|
, "<p align=\"center\">"
|
||||||
"Please help by urging everyone to upgrade to WSJT-X 2.0\n"
|
"WSJT‑X 2.0 cannot communicate in these modes with other "
|
||||||
"no later than January 1, 2019.\n");
|
"stations using WSJT‑X v1.9.1 or earlier."
|
||||||
|
"<p align=\"center\">"
|
||||||
|
"Please help by urging everyone to upgrade to WSJT‑X 2.0 "
|
||||||
|
"<nobr>no later than January 1, 2019.</nobr>");
|
||||||
|
|
||||||
// QDateTime now=QDateTime::currentDateTime();
|
// QDateTime now=QDateTime::currentDateTime();
|
||||||
// QDateTime timeout=QDateTime(QDate(2018,12,31));
|
// QDateTime timeout=QDateTime(QDate(2018,12,31));
|
||||||
|
Loading…
Reference in New Issue
Block a user