2001-06-19 JP Rosevear <jpr@ximian.com> * evolution-task-editor.xml: ui xml for task editor * Makefile.am: install new file svn path=/trunk/; revision=10314
50 lines
970 B
XML
50 lines
970 B
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="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="ActionForward" verb=""/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
</Root>
|