blob: 840506a54d879642332d82621aca833f2f4e6bc8 (
plain) (
tree)
|
|
<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>
|