# HG changeset patch
# User Chris Cannam
# Date 1212071732 0
# Node ID 6e8ebc86119abce00c9fe980750dedac8b2e18ef
# Parent 21d56bbd143b91b14606e4c28578f73dd45b17dc
* Note about libpulse copyright
diff -r 21d56bbd143b -r 6e8ebc86119a main/MainWindow.cpp
--- 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("
With JACK audio output (v%1) © Paul Davis and Jack O'Quin").arg(JACK_VERSION);
+ aboutText += tr("
With JACK audio output library (v%1) © Paul Davis and Jack O'Quin").arg(JACK_VERSION);
#else
- aboutText += tr("
With JACK audio output © Paul Davis and Jack O'Quin");
+ aboutText += tr("
With JACK audio output library © Paul Davis and Jack O'Quin");
#endif
#endif
#ifdef HAVE_PORTAUDIO
- aboutText += tr("
With PortAudio audio output © Ross Bencina and Phil Burk");
+ aboutText += tr("
With PortAudio audio output library © Ross Bencina and Phil Burk");
+#endif
+#ifdef HAVE_LIBPULSE
+ aboutText += tr("
With PulseAudio audio output library © Lennart Poettering and Pierre Ossman");
#endif
#ifdef HAVE_OGGZ
#ifdef OGGZ_VERSION