mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Change expiration date to 12/31/2018.
This commit is contained in:
parent
3fc6365928
commit
829e3ec500
@ -943,7 +943,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
||||
void MainWindow::not_GA_warning_message ()
|
||||
{
|
||||
QDateTime now=QDateTime::currentDateTime();
|
||||
QDateTime timeout=QDateTime(QDate(2018,11,30));
|
||||
QDateTime timeout=QDateTime(QDate(2018,12,31));
|
||||
|
||||
MessageBox::critical_message (this,
|
||||
"This version of WSJT-X is a beta-level Release Candidate.\n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user