Files
evolution/ui/evolution-task-editor.xml
Michael Meeks 1b16221c59 for all separators, add a unique (per xml file) name to each separator, so
2002-01-15  Michael Meeks  <michael@ximian.com>

	* *.xml: for all separators, add a unique (per xml file) name
	to each separator, so we don't get them conflicting across
	merges and messing with the order; then give them a dummy attr
	f="" to stop them being transparent, hmm.

svn path=/trunk/; revision=15338
2002-01-16 15:36:23 +00:00

42 lines
802 B
XML

<Root>
<commands>
<cmd name="ActionAssignTask" _label="Assign Task"
_tip="Assign this task to others"/>
<cmd name="ActionRefreshTask" _label="Re_fresh Task"
_tip="Obtain the latest task information"/>
<cmd name="ActionCancelTask" _label="Cancel Task"
_tip="Cancel this task"/>
<cmd name="ActionForward" _label="Forward as i_Calendar"
_tip="Forward this item via email"/>
</commands>
<menu>
<submenu name="Actions" _label="_Actions">
<placeholder name="Actions">
<menuitem name="ActionAssignTask" verb=""/>
<menuitem name="ActionRefreshTask" verb=""/>
<menuitem name="ActionCancelTask" verb=""/>
<separator f=""/>
<menuitem name="ActionForward" verb=""/>
</placeholder>
</submenu>
</menu>
</Root>