aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar/org-gnome-save-calendar.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/save-calendar/org-gnome-save-calendar.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/save-calendar/org-gnome-save-calendar.eplug.xml')
-rw-r--r--plugins/save-calendar/org-gnome-save-calendar.eplug.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/save-calendar/org-gnome-save-calendar.eplug.xml b/plugins/save-calendar/org-gnome-save-calendar.eplug.xml
new file mode 100644
index 0000000000..b7aabca997
--- /dev/null
+++ b/plugins/save-calendar/org-gnome-save-calendar.eplug.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<e-plugin-list>
+ <e-plugin id="org.gnome.evolution.save_calendar" type="shlib"
+ _name="Save Selected"
+ location="@PLUGINDIR@/liborg-gnome-save-calendar.so">
+ <author name="Rodrigo Moya" email="rodrigo@novell.com"/>
+ <_description>Saves selected calendar or tasks list to disk.</_description>
+
+ <hook class="org.gnome.evolution.calendar.popup:1.0">
+ <menu id="org.gnome.evolution.tasks.source.popup" target="source">
+ <item type="item" path="19.save_tasks" _label="Save to _Disk" icon="stock_save" activate="org_gnome_save_tasks"/>
+ </menu>
+ <menu id="org.gnome.evolution.calendar.source.popup" target="source">
+ <item type="item" path="19.save_calendar" _label="Save to _Disk" icon="stock_save" activate="org_gnome_save_calendar"/>
+ </menu>
+ </hook>
+ </e-plugin>
+</e-plugin-list> \ No newline at end of file