aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/copy-tool/org-gnome-copy-tool.eplug.xml
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
commitb9269bd09862b22a89d44a61a5eb728c28ec3761 (patch)
tree23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/copy-tool/org-gnome-copy-tool.eplug.xml
parentf77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff)
downloadgsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.bz2
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.lz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.xz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip
fix names so that intltool will parse as xml
remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
Diffstat (limited to 'plugins/copy-tool/org-gnome-copy-tool.eplug.xml')
-rw-r--r--plugins/copy-tool/org-gnome-copy-tool.eplug.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/copy-tool/org-gnome-copy-tool.eplug.xml b/plugins/copy-tool/org-gnome-copy-tool.eplug.xml
new file mode 100644
index 0000000000..9a759277e5
--- /dev/null
+++ b/plugins/copy-tool/org-gnome-copy-tool.eplug.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<e-plugin-list>
+ <e-plugin
+ type="shlib"
+ id="org.gnome.evolution.plugin.copyTool"
+ location="@PLUGINDIR@/liborg-gnome-copy-tool.so"
+ _name="Copy tool">
+ <_description>A test plugin which demonstrates a popup menu plugin which lets you copy things to the clipboard.</_description>
+ <author name="Michael Zucchi" email="notzed@ximian.com"/>
+
+ <!-- hook into the uri popup menu -->
+ <hook class="org.gnome.evolution.mail.popup:1.0">
+ <menu id="org.gnome.evolution.mail.folderview.popup" target="uri">
+ <item
+ type="item"
+ path="80.test"
+ icon="gtk-copy"
+ _label="Copy _Email Address"
+ visible="mailto"
+ activate="org_gnome_copy_tool_copy_address"/>
+ </menu>
+ </hook>
+ </e-plugin>
+</e-plugin-list>