From 035b5a2366b27cc83b0c82a5fbea425655731be3 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 9 Dec 2018 01:38:37 +0000 Subject: [PATCH] Improve v2.0 update announcement formatting across platforms --- widgets/mainwindow.cpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index e5bf610e2..6848bb3fa 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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"); + "

" + "IMPORTANT: New protocols for the FT8 and MSK144 modes " + "became the world‑wide standards on December 10, 2018." + , "

" + "WSJT‑X 2.0 cannot communicate in these modes with other " + "stations using WSJT‑X v1.9.1 or earlier." + "

" + "Please help by urging everyone to upgrade to WSJT‑X 2.0 " + "no later than January 1, 2019."); // QDateTime now=QDateTime::currentDateTime(); // QDateTime timeout=QDateTime(QDate(2018,12,31));