changeset 257:6e8ebc86119a

* Note about libpulse copyright
author Chris Cannam
date Thu, 29 May 2008 14:35:32 +0000
parents 21d56bbd143b
children a31c65904a49
files main/MainWindow.cpp
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
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) &copy; Paul Davis and Jack O'Quin").arg(JACK_VERSION);
+    aboutText += tr("<br>With JACK audio output library (v%1) &copy; Paul Davis and Jack O'Quin").arg(JACK_VERSION);
 #else
-    aboutText += tr("<br>With JACK audio output &copy; Paul Davis and Jack O'Quin");
+    aboutText += tr("<br>With JACK audio output library &copy; Paul Davis and Jack O'Quin");
 #endif
 #endif
 #ifdef HAVE_PORTAUDIO
-    aboutText += tr("<br>With PortAudio audio output &copy; Ross Bencina and Phil Burk");
+    aboutText += tr("<br>With PortAudio audio output library &copy; Ross Bencina and Phil Burk");
+#endif
+#ifdef HAVE_LIBPULSE
+    aboutText += tr("<br>With PulseAudio audio output library &copy; Lennart Poettering and Pierre Ossman");
 #endif
 #ifdef HAVE_OGGZ
 #ifdef OGGZ_VERSION