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
69 lines
1.6 KiB
XML
69 lines
1.6 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ContactListEditorSave" pixtype="pixbuf"/>
|
|
<cmd name="ContactListEditorSaveAs" pixtype="pixbuf"/>
|
|
|
|
<cmd name="ContactListEditorSendAs"/>
|
|
<cmd name="ContactListEditorSendTo"/>
|
|
|
|
<cmd name="ContactListEditorDelete"
|
|
_tip="Delete this list"
|
|
pixtype="stock" pixname="Trash"/>
|
|
|
|
<cmd name="ContactListEditorClose"
|
|
pixtype="stock" pixname="Close"/>
|
|
|
|
<cmd name="ContactListEditorSaveClose"
|
|
_tip="Save the list and close the dialog box"
|
|
pixtype="pixbuf"/>
|
|
</commands>
|
|
|
|
<menu>
|
|
|
|
<submenu name="File" _label="_File">
|
|
|
|
<menuitem name="ContactListEditorSave" verb=""
|
|
_label="_Save"/>
|
|
|
|
<menuitem name="ContactListEditorSaveAs" verb=""
|
|
_label="Save _As..."/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="ContactListEditorDelete" verb=""
|
|
_label="Delete..."/>
|
|
|
|
<separator/>
|
|
|
|
<menuitem name="ContactListEditorClose" verb=""
|
|
_label="Close"/>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="Actions" _label="_Actions">
|
|
<menuitem name="ContactListEditorSendAs" verb=""
|
|
_label="Se_nd list to other..."/>
|
|
|
|
<menuitem name="ContactListEditorSendTo" verb=""
|
|
_label="Send _message to list..."/>
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" relief="none" behavior="exclusive"
|
|
hlook="text" vlook="icon">
|
|
<toolitem name="ContactListEditorSave" verb=""
|
|
_label="Save" priority="1" />
|
|
|
|
<separator/>
|
|
|
|
<toolitem name="ContactListEditorDelete" verb=""
|
|
_label="Delete" priority="1" />
|
|
|
|
<toolitem name="ContactListEditorClose" verb=""
|
|
_label="Close" priority="1" />
|
|
|
|
</dockitem>
|
|
|
|
</Root>
|