2001-08-14 Christopher James Lahey <clahey@ximian.com> * evolution-contact-editor.xml, evolution-contact-list-editor.xml: Added accelerators here. svn path=/trunk/; revision=12000
107 lines
2.6 KiB
XML
107 lines
2.6 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ContactEditorSave" pixtype="pixbuf" accel="*Control*s"/>
|
|
<cmd name="ContactEditorSaveAs" pixtype="pixbuf" accel="*Control*v"/>
|
|
|
|
<cmd name="ContactEditorSendAs"/>
|
|
|
|
<cmd name="ContactEditorSendTo"/>
|
|
|
|
<cmd name="ContactEditorDelete"
|
|
_tip="Delete this item"
|
|
pixtype="stock" pixname="Trash" accel="*Control*d"/>
|
|
|
|
<cmd name="ContactEditorPrint"
|
|
_tip="Print this item"
|
|
pixtype="pixbuf" accel="*Control*p"/>
|
|
|
|
<!-- Envelope printing is disabled for Evolution 1.0.
|
|
<cmd name="ContactEditorPrintEnvelope"
|
|
pixtype="pixbuf"/>
|
|
-->
|
|
|
|
<cmd name="ContactEditorClose"
|
|
pixtype="stock" pixname="Close" accel="*Control*w"/>
|
|
|
|
<cmd name="ContactEditorSaveClose"
|
|
_tip="Save the contact and close the dialog box"
|
|
pixtype="stock" pixname="Save"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
|
|
<submenu name="File" _label="_File">
|
|
|
|
<menuitem name="ContactEditorSave" verb="" _label="_Save"/>
|
|
<menuitem name="ContactEditorSaveAs" verb="" _label="Save _As..."/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="ContactEditorDelete" verb=""
|
|
_label="Delete"/>
|
|
|
|
<separator/>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="ContactEditorPrint" verb=""
|
|
_label="_Print..."/>
|
|
|
|
<!-- Envelope printing is disabled for Evolution 1.0.
|
|
|
|
<menuitem name="ContactEditorPrintEnvelope" verb=""
|
|
_label="Print En_velope..."/>
|
|
-->
|
|
|
|
</placeholder>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="ContactEditorClose" verb=""
|
|
_label="Close"/>
|
|
|
|
</submenu>
|
|
<submenu name="Actions" _label="_Actions">
|
|
<menuitem name="ContactEditorSendAs" verb=""
|
|
_label="Se_nd contact to other..."/>
|
|
|
|
<menuitem name="ContactEditorSendTo" verb=""
|
|
_label="Send _message to contact..."/>
|
|
</submenu>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" relief="none" behavior="exclusive"
|
|
hlook="text" vlook="icon">
|
|
<toolitem name="ContactEditorSave" verb=""
|
|
_label="Save" priority="1" />
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="ContactEditorPrint" verb=""
|
|
_label="Print" priority="1" pixtype="pixbuf"/>
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="ContactEditorDelete" verb=""
|
|
_label="Delete" priority="1"/>
|
|
|
|
<toolitem name="ContactEditorClose" verb=""
|
|
_label="Close" priority="1"/>
|
|
|
|
<!--
|
|
<toolitem name="Help" _label="Help"
|
|
_tip="See online help" verb="ContactEditorHelp"
|
|
pixtype="stock" pixname="Help"/>
|
|
|
|
GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Previous"),
|
|
N_("Go to the previous item"), NULL,
|
|
GNOME_STOCK_PIXMAP_BACK),
|
|
GNOMEUIINFO_ITEM_STOCK (N_("FIXME: Next"),
|
|
N_("Go to the next item"), NULL,
|
|
GNOME_STOCK_PIXMAP_FORWARD),
|
|
-->
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|