mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -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,
|
||||
"IMPORTANT: New protocols for the FT8 and MSK144 modes\n"
|
||||
"became the world-wide standards on December 10, 2018.\n\n"
|
||||
"WSJT-X 2.0 cannot communicate in these modes with other\n"
|
||||
"stations using WSJT-X v1.9.1 or earlier.\n\n"
|
||||
"Please help by urging everyone to upgrade to WSJT-X 2.0\n"
|
||||
"no later than January 1, 2019.\n");
|
||||
"<b><p align=\"center\">"
|
||||
"IMPORTANT: New protocols for the FT8 and MSK144 modes "
|
||||
"became the world‑wide standards on December 10, 2018."
|
||||
, "<p align=\"center\">"
|
||||
"WSJT‑X 2.0 cannot communicate in these modes with other "
|
||||
"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 timeout=QDateTime(QDate(2018,12,31));
|
||||
|
Loading…
Reference in New Issue
Block a user