remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
23 lines
776 B
XML
23 lines
776 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.so"
|
|
_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>
|