diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-contact-list-editor.xml | 30 |
2 files changed, 9 insertions, 26 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 79f88163d5..ba591dd1c0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-07-10 Chris Toshok <toshok@ximian.com> + + * evolution-contact-list-editor.xml: Remove Print commands and + toolbar/menu items. Also, use "list" instead of "group". + 2001-07-09 Larry Ewing <lewing@ximian.com> * evolution-message-composer.xml: remove FileSaveInFolder menu diff --git a/ui/evolution-contact-list-editor.xml b/ui/evolution-contact-list-editor.xml index 3be5c56393..8ef2b742e5 100644 --- a/ui/evolution-contact-list-editor.xml +++ b/ui/evolution-contact-list-editor.xml @@ -11,21 +11,14 @@ <cmd name="ContactListEditorSendTo"/> <cmd name="ContactListEditorDelete" - _tip="Delete this group" + _tip="Delete this list" pixtype="stock" pixname="Trash"/> - <cmd name="ContactListEditorPrint" - _tip="Print this item" - pixtype="stock" pixname="Print"/> - - <cmd name="ContactListEditorPrintEnvelope" - pixtype="stock" pixname="Print"/> - <cmd name="ContactListEditorClose" pixtype="stock" pixname="Close"/> <cmd name="ContactListEditorSaveClose" - _tip="Save the group and close the dialog box" + _tip="Save the list and close the dialog box" pixtype="stock" pixname="Save"/> </commands> @@ -42,10 +35,10 @@ <separator/> <menuitem name="ContactListEditorSendAs" verb="" - _label="Se_nd group to other..."/> + _label="Se_nd list to other..."/> <menuitem name="ContactListEditorSendTo" verb="" - _label="Send _message to group..."/> + _label="Send _message to list..."/> <separator/> @@ -54,18 +47,6 @@ <separator/> - <placeholder name="Print"> - - <menuitem name="ContactListEditorPrint" verb="" - _label="_Print..."/> - - <menuitem name="ContactListEditorPrintEnvelope" verb="" - _label="Print En_velope..."/> - - </placeholder> - - <separator/> - <menuitem name="ContactListEditorClose" verb="" _label="Close"/> @@ -79,9 +60,6 @@ <separator/> - <toolitem name="ContactListEditorPrint" verb="" - _label="Print..." priority="1"/> - <toolitem name="ContactListEditorDelete" verb="" _label="Delete..." priority="1"/> |