2001-06-19 JP Rosevear <jpr@ximian.com> * evolution-event-editor.xml: change to event specific operations * evolution-comp-editor.xml: split non-specific operations out here * Makefile.am: install new file svn path=/trunk/; revision=10294
67 lines
1.5 KiB
XML
67 lines
1.5 KiB
XML
<Root>
|
|
|
|
<commands>
|
|
|
|
<cmd name="FilePrint" _label="Print..."
|
|
_tip="Print this item" pixtype="stock" pixname="Print"/>
|
|
|
|
<cmd name="FilePrintPreview" _label="Print Pre_view"
|
|
_tip="Preview the printed item"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<cmd name="FilePrintSetup" _label="Print S_etup"
|
|
_tip="Setup the page settings for your current printer"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<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 then meeting for this item"/>
|
|
|
|
<cmd name="ActionForward" _label="Forward as i_Calendar"
|
|
_tip="Forward this item via email"/>
|
|
|
|
</commands>
|
|
|
|
<menu>
|
|
|
|
<submenu name="File" _label="_File">
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="FilePrint" verb=""/>
|
|
|
|
<menuitem name="FilePrintPreview" verb=""/>
|
|
|
|
<menuitem name="FilePrintSetup" verb=""/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Actions" _label="_Actions">
|
|
|
|
<placeholder name="Actions">
|
|
|
|
<menuitem name="ActionScheduleMeeting" verb=""/>
|
|
|
|
<menuitem name="ActionRefreshMeeting" verb=""/>
|
|
|
|
<menuitem name="ActionCancelMeeting" verb=""/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="ActionForward" verb=""/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
</Root>
|