Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 257:6e8ebc86119a
* Note about libpulse copyright
author | Chris Cannam |
---|---|
date | Thu, 29 May 2008 14:35:32 +0000 |
parents | 6a6b5a1a6c67 |
children | a31c65904a49 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Wed May 21 16:54:24 2008 +0000 +++ b/main/MainWindow.cpp Thu May 29 14:35:32 2008 +0000 @@ -3512,13 +3512,16 @@ #endif #ifdef HAVE_JACK #ifdef JACK_VERSION - aboutText += tr("<br>With JACK audio output (v%1) © Paul Davis and Jack O'Quin").arg(JACK_VERSION); + aboutText += tr("<br>With JACK audio output library (v%1) © Paul Davis and Jack O'Quin").arg(JACK_VERSION); #else - aboutText += tr("<br>With JACK audio output © Paul Davis and Jack O'Quin"); + aboutText += tr("<br>With JACK audio output library © Paul Davis and Jack O'Quin"); #endif #endif #ifdef HAVE_PORTAUDIO - aboutText += tr("<br>With PortAudio audio output © Ross Bencina and Phil Burk"); + aboutText += tr("<br>With PortAudio audio output library © Ross Bencina and Phil Burk"); +#endif +#ifdef HAVE_LIBPULSE + aboutText += tr("<br>With PulseAudio audio output library © Lennart Poettering and Pierre Ossman"); #endif #ifdef HAVE_OGGZ #ifdef OGGZ_VERSION