mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 21:02:26 -04: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 ()
|
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