aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Elvio Basello2009-12-11 14:29:14 +0000
committerGravatar Elvio Basello2009-12-11 14:29:14 +0000
commitcba72186c93f6386a3da9608bbfd82e7528aede6 (patch)
tree35319a356d79f65e626fea733de18a8f6e71e923 /src/modules
parentadded Mozilla Songbird support, please test it (diff)
downloadKVIrc-cba72186c93f6386a3da9608bbfd82e7528aede6.tar.gz
KVIrc-cba72186c93f6386a3da9608bbfd82e7528aede6.tar.bz2
KVIrc-cba72186c93f6386a3da9608bbfd82e7528aede6.zip
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3683 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/mediaplayer/mp_mprisinterface.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/mediaplayer/mp_mprisinterface.cpp b/src/modules/mediaplayer/mp_mprisinterface.cpp
index 702ac6a7d..40572ec3f 100644
--- a/src/modules/mediaplayer/mp_mprisinterface.cpp
+++ b/src/modules/mediaplayer/mp_mprisinterface.cpp
@@ -521,7 +521,9 @@ MP_IMPLEMENT_DESCRIPTOR(
"songbird",
__tr2qs_ctx(
"An interface to the Mozilla Songbird media player.\n" \
- "Download it from http://www.getsongbird.com\n",
+ "Download it from http://www.getsongbird.com.\n" \
+ "To use it you have to install also the MPRIS addon" \
+ "available at http://addons.songbirdnest.com/addon/1626.\n",
"mediaplayer"
)
)