changeset 44:ddc7df018d6b

correction of the Sonic Visualizer Copyright
author lbajardsilogic
date Tue, 15 May 2007 13:43:06 +0000
parents 84d1d2076bf7
children 4f2fb2a6d515
files sv/main/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sv/main/MainWindow.cpp	Tue May 15 13:37:16 2007 +0000
+++ b/sv/main/MainWindow.cpp	Tue May 15 13:43:06 2007 +0000
@@ -4870,7 +4870,7 @@
         .arg(version)
         .arg(debug ? tr("Debug") : tr("Release"));
 
-	aboutText += tr("<p>Based on Sonic Visualizer Copyright &copy; 2005 - 2006 Chris Cannam (Version %1)</p>").arg(SV_VERSION);
+	aboutText += tr("<p>Based on Sonic Visualizer Copyright &copy; 2005 - 2007 Chris Cannam and Queen Mary, University of London (Version %1)</p>").arg(SV_VERSION);
 	
 #ifndef BUILD_STATIC
     aboutText += tr("<br>Using Qt v%1 &copy; Trolltech AS").arg(QT_VERSION_STR);