diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-12-01 10:17:10 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-12-01 10:17:10 +0800 |
commit | 770b189556e22e53d7e28a9d53a87dcf55e7be92 (patch) | |
tree | a50876ce328ae09b833432d473a8c45e9308b612 /ui/evolution-contact-list-editor.xml | |
parent | f12b94f40d70f09ce3007c4f7188d3d799e054bf (diff) | |
download | gsoc2013-evolution-770b189556e22e53d7e28a9d53a87dcf55e7be92.tar.gz gsoc2013-evolution-770b189556e22e53d7e28a9d53a87dcf55e7be92.tar.zst gsoc2013-evolution-770b189556e22e53d7e28a9d53a87dcf55e7be92.zip |
Merging changes:
2001-11-28 Christopher James Lahey <clahey@ximian.com>
* evolution-contact-list-editor.xml: Consistency fixes with
standard contact editor. Added Save As, Send As, and Send To.
Replaced Save toolbar with Save and Close and added Save and Close
menu item. Added a trash icon.
svn path=/trunk/; revision=14842
Diffstat (limited to 'ui/evolution-contact-list-editor.xml')
-rw-r--r-- | ui/evolution-contact-list-editor.xml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/ui/evolution-contact-list-editor.xml b/ui/evolution-contact-list-editor.xml index bcbdd63abe..5dbd0644fd 100644 --- a/ui/evolution-contact-list-editor.xml +++ b/ui/evolution-contact-list-editor.xml @@ -22,16 +22,14 @@ <submenu name="File" _label="_File"> - <menuitem name="ContactListEditorSave" verb="" - _label="_Save"/> + <menuitem name="ContactListEditorSave" verb="" _label="_Save"/> + <menuitem name="ContactListEditorSaveClose" verb="" _label="Save and Close" pixtype="pixbuf"/> - <menuitem name="ContactListEditorSaveAs" verb="" - _label="Save _As..."/> + <menuitem name="ContactListEditorSaveAs" verb="" _label="Save _As..."/> <separator/> - <menuitem name="ContactListEditorDelete" verb="" - _label="Delete..."/> + <menuitem name="ContactListEditorDelete" verb="" _label="Delete..." pixtype="pixbuf"/> <separator/> @@ -40,7 +38,6 @@ </submenu> -<!-- Not Yet Implemented <submenu name="Actions" _label="_Actions"> <menuitem name="ContactListEditorSendAs" verb="" _label="Se_nd list to other..."/> @@ -48,14 +45,12 @@ <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" /> + <toolitem name="ContactListEditorSaveClose" verb="" _label="Save and Close" priority="1" pixtype="pixbuf"/> <separator/> |