Mercurial > hg > sonic-visualiser
changeset 2352:bc4205d70e8b
Version and update beta warning
author | Chris Cannam |
---|---|
date | Wed, 09 Oct 2019 14:57:51 +0100 |
parents | 62d6e9ad19f4 |
children | 6845d7dafebf |
files | main/MainWindow.cpp version.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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