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
This commit is contained in:
Christopher James Lahey
2001-12-01 02:17:10 +00:00
committed by Chris Lahey
parent f12b94f40d
commit 770b189556
2 changed files with 12 additions and 10 deletions

View File

@ -1,3 +1,10 @@
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.
2001-10-30 Federico Mena Quintero <federico@ximian.com>
* evolution-calendar.xml: Renamed the cut/copy/paste/delete

View File

@ -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/>