2001-08-08 Chris Toshok <toshok@ximian.com> * evolution-contact-list-editor.xml: improvements, make it look more like the event editor. * evolution-contact-editor.xml: same. * evolution-addressbook.xml: Contact Group => Contact List. svn path=/trunk/; revision=11796
107 lines
2.5 KiB
XML
107 lines
2.5 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ContactEditorSave" pixtype="pixbuf"/>
|
|
<cmd name="ContactEditorSaveAs" pixtype="pixbuf"/>
|
|
|
|
<cmd name="ContactEditorSendAs"/>
|
|
|
|
<cmd name="ContactEditorSendTo"/>
|
|
|
|
<cmd name="ContactEditorDelete"
|
|
_tip="Delete this item"
|
|
pixtype="stock" pixname="Trash"/>
|
|
|
|
<cmd name="ContactEditorPrint"
|
|
_tip="Print this item"
|
|
pixtype="pixbuf"/>
|
|
|
|
<!-- Envelope printing is disabled for Evolution 1.0.
|
|
<cmd name="ContactEditorPrintEnvelope"
|
|
pixtype="pixbuf"/>
|
|
-->
|
|
|
|
<cmd name="ContactEditorClose"
|
|
pixtype="stock" pixname="Close"/>
|
|
|
|
<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>
|