Files
evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml
Andre Klapper f34387f743 Fixing several typos and harmonizing capital/small letters. Partially
2005-12-30  Andre Klapper <a9016009@gmx.de>
	* evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml,
 	evolution/plugins/groupwise-features/properties.glade,
 	evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml,
 	evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml,
 	evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml,
 	evolution/mail/mail.error.xml:  Fixing several typos and harmonizing
	 capital/small letters. Partially fixes bug 306117.

svn path=/trunk/; revision=30972
2005-12-30 03:45:46 +00:00

23 lines
780 B
XML

<?xml version="1.0"?>
<e-plugin-list>
<e-plugin
type="shlib"
id="org.gnome.evolution.plugin.manager"
location="@PLUGINDIR@/liborg-gnome-plugin-manager@SOEXT@"
_name="Plugin Manager">
<_description>A plugin for managing which plugins are enabled or disabled.</_description>
<author name="Michael Zucchi" email="notzed@ximian.com"/>
<hook class="org.gnome.evolution.shell.bonobomenu:1.0">
<menu id="org.gnome.evolution.shell" target="shell">
<!-- the path to the bonobo menu description -->
<ui file="@PLUGINDIR@/org-gnome-plugin-manager.xml"/>
<item
type="item"
verb="EPluginManagerManage"
path="/commands/EPluginManagerManage"
activate="org_gnome_plugin_manager_manage"/>
</menu>
</hook>
</e-plugin>
</e-plugin-list>