diff 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
line wrap: on
line diff
--- a/main/MainWindow.cpp	Wed Oct 09 13:45:49 2019 +0100
+++ b/main/MainWindow.cpp	Wed Oct 09 14:57:51 2019 +0100
@@ -4558,7 +4558,7 @@
 {
     QMessageBox::information
         (this, tr("Beta release"),
-         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>"));
+         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()));
 }
 
 void