comparison main/MainWindow.cpp @ 2352:bc4205d70e8b

Version and update beta warning
author Chris Cannam
date Wed, 09 Oct 2019 14:57:51 +0100
parents a98de7e7e033
children 95c082557ffd
comparison
equal deleted inserted replaced
2351:62d6e9ad19f4 2352:bc4205d70e8b
4556 void 4556 void
4557 MainWindow::betaReleaseWarning() 4557 MainWindow::betaReleaseWarning()
4558 { 4558 {
4559 QMessageBox::information 4559 QMessageBox::information
4560 (this, tr("Beta release"), 4560 (this, tr("Beta release"),
4561 tr("<b>This is a beta release of Sonic Visualiser</b><p>Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.</p>")); 4561 tr("<b>This is a beta release of %1</b><p>Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.</p>").arg(QApplication::applicationName()));
4562 } 4562 }
4563 4563
4564 void 4564 void
4565 MainWindow::pluginPopulationWarning() 4565 MainWindow::pluginPopulationWarning()
4566 { 4566 {