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
42 lines
869 B
XML
42 lines
869 B
XML
<Root>
|
|
|
|
<commands>
|
|
|
|
<cmd name="ActionScheduleMeeting" _label="Schedule _Meeting"
|
|
_tip="Schedule a meeting for this item"/>
|
|
|
|
<cmd name="ActionRefreshMeeting" _label="Re_fresh Meeting"
|
|
_tip="Obtain the latest meeting information"/>
|
|
|
|
<cmd name="ActionCancelMeeting" _label="Cancel Mee_ting"
|
|
_tip="Cancel the meeting for this item"/>
|
|
|
|
<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="ActionScheduleMeeting" verb=""/>
|
|
|
|
<menuitem name="ActionRefreshMeeting" verb=""/>
|
|
|
|
<menuitem name="ActionCancelMeeting" verb=""/>
|
|
|
|
<separator f=""/>
|
|
|
|
<menuitem name="ActionForward" verb=""/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
</Root>
|