summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2010-12-11 14:18:49 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2010-12-11 14:18:49 +0100
commitdcca3c742bb8b2d50f89341401f2a158de402166 (patch)
treefc3c4808f4d7b84c7b1f9b7d864b9851172692a8 /data
parentbb4744e3267521108e3c62bf8c207fe67b475ca4 (diff)
Add the SoundMenu extension from the community extensions
This extension integrates Banshee in the sound menu/indicator available in Ubuntu. It is disabled by default and can be enabled by passing --enable-soundmenu to configure. It depends on indicate-sharp to register itself with the indicator, but this dep will probably be removed in the near future, as the registration process is reworked. The original source history is available in the Banshee Community Extension repository : http://gitorious.org/banshee-community-extensions
Diffstat (limited to 'data')
-rw-r--r--data/addin-xml-strings.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/addin-xml-strings.cs b/data/addin-xml-strings.cs
index f264e9e3e..8246b866d 100644
--- a/data/addin-xml-strings.cs
+++ b/data/addin-xml-strings.cs
@@ -203,6 +203,11 @@ internal static class AddinXmlStringCatalog
Catalog.GetString (@"A sample source useful to developers.");
Catalog.GetString (@"Sources");
+ // ../src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu.addin.xml
+ Catalog.GetString (@"Sound Menu integration for Banshee");
+ Catalog.GetString (@"Control Banshee from the Sound Menu.");
+ Catalog.GetString (@"Utilities");
+
// ../src/Extensions/Banshee.SqlDebugConsole/Banshee.SqlDebugConsole.addin.xml
Catalog.GetString (@"SQL Debug Console");
Catalog.GetString (@"Provides a UI for monitoring Banshee's SQL usage, and running queries.");