From af5380608161bbee5ec8b6c6a2f59b724e808010 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 12 Nov 2018 13:04:46 -0500 Subject: [PATCH] Correct the RC4 timeout message to read December 31, 2018. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 4865d3047..e998ea848 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -951,7 +951,7 @@ void MainWindow::not_GA_warning_message () "On-the-air use carries an obligation to report problems\n" "to the WSJT Development group and to upgrade to a GA\n" "(General Availability) release when it becomes available.\n\n" - "This version cannot be used after November 30, 2018\n\n"); + "This version cannot be used after December 31, 2018\n\n"); if(now.daysTo(timeout) < 0) Q_EMIT finished(); }