mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-05 00:02:25 -04: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 ()
|
void MainWindow::not_GA_warning_message ()
|
||||||
{
|
{
|
||||||
QDateTime now=QDateTime::currentDateTime();
|
QDateTime now=QDateTime::currentDateTime();
|
||||||
QDateTime timeout=QDateTime(QDate(2018,11,30));
|
QDateTime timeout=QDateTime(QDate(2018,12,31));
|
||||||
|
|
||||||
MessageBox::critical_message (this,
|
MessageBox::critical_message (this,
|
||||||
"This version of WSJT-X is a beta-level Release Candidate.\n\n"
|
"This version of WSJT-X is a beta-level Release Candidate.\n\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user