mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4
This commit is contained in:
commit
b92cb19dcd
@ -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