Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4

This commit is contained in:
Bill Somerville 2018-11-07 23:56:07 +00:00
commit b92cb19dcd
1 changed files with 1 additions and 1 deletions

View File

@ -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"