diff options
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-comp-editor.xml | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1af4f0567d..a3881f90a3 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2001-08-20 JP Rosevear <jpr@ximian.com> + + * evolution-comp-editor.xml: remove print setup option for consistency + 2001-08-20 Damon Chaplin <damon@ximian.com> * evolution-mail-message.xml: set MessageDelete pixtype to pixbuf. diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml index 90bd20ebf8..35e6fb3569 100644 --- a/ui/evolution-comp-editor.xml +++ b/ui/evolution-comp-editor.xml @@ -8,9 +8,6 @@ <cmd name="FilePrintPreview" _label="Print Pre_view" _tip="Preview the printed item"/> - <cmd name="FilePrintSetup" _label="Print S_etup" - _tip="Setup the page settings for your current printer"/> - <cmd name="FileSave" _label="Save" _tip="Save the item and close the dialog box" accel="*Control*s"/> @@ -52,8 +49,6 @@ <menuitem name="FilePrintPreview" verb="" pixtype="pixbuf"/> - <menuitem name="FilePrintSetup" verb=""/> - <separator/> <menuitem name="FileClose" verb=""/> |