Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 300:f68506fccb62
* Wire up MIDI input port (as far as printing a message when an event comes
in, anyway)
author | Chris Cannam |
---|---|
date | Mon, 23 Feb 2009 17:50:17 +0000 |
parents | 75c32cc2814a |
children | 2fe08e403a9b |
line wrap: on
line diff
--- a/main/MainWindow.cpp Fri Feb 06 15:06:23 2009 +0000 +++ b/main/MainWindow.cpp Mon Feb 23 17:50:17 2009 +0000 @@ -3724,6 +3724,8 @@ #endif // REDLAND_VERSION #endif // HAVE_REDLAND + aboutText += tr("<br>With RtMidi © Gary P. Scavone"); + #ifdef HAVE_LIBLO #ifdef LIBLO_VERSION aboutText += tr("<br>With liblo Lite OSC library v%1 © Steve Harris").arg(LIBLO_VERSION); @@ -3743,7 +3745,7 @@ #endif aboutText += - "<p><small>Sonic Visualiser Copyright © 2005 - 2008 Chris Cannam and " + "<p><small>Sonic Visualiser Copyright © 2005–2009 Chris Cannam and " "Queen Mary, University of London.</small></p>" "<p><small>This program is free software; you can redistribute it and/or " "modify it under the terms of the GNU General Public License as "