better menu items.

2004-10-21  Rodrigo Moya <rodrigo@novell.com>

	* org-gnome-save-calendar.eplug.in: better menu items.

svn path=/trunk/; revision=27663
This commit is contained in:
Rodrigo Moya
2004-10-21 01:29:41 +00:00
committed by Rodrigo Moya
parent 80eaa75688
commit acbffda04c
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* save-calendar.c: new plugin for saving a calendar to disk.
* org-gnome-save-calendar.eplug.in: better menu items.
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* save-calendar.c: new plugin for saving a calendar to disk.

View File

@ -4,10 +4,10 @@
<hook class="org.gnome.evolution.calendar.popup:1.0">
<menu id="org.gnome.evolution.tasks.source.popup" target="source">
<item type="item" path="25.save_tasks" label="Save Tasks List to _Disk" icon="stock_check-filled" activate="org_gnome_save_tasks"/>
<item type="item" path="25.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="25.save_calendar" label="Save Calendar to _Disk" icon="stock_check-filled" activate="org_gnome_save_calendar"/>
<item type="item" path="25.save_calendar" label="Save to _Disk" icon="stock_save" activate="org_gnome_save_calendar"/>
</menu>
</hook>
</e-plugin>