diff options
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-comp-editor.xml | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index ecd64e5333..15b3ab67cf 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,9 +1,13 @@ 2001-08-20 JP Rosevear <jpr@ximian.com> - * evolution-comp-editor.xml: remove print preview from toolbar + * evolution-comp-editor.xml: control-return for save and close 2001-08-20 JP Rosevear <jpr@ximian.com> + * evolution-comp-editor.xml: remove print preview from toolbar + +2001-08-20 JP Rosevear <jpr@ximian.com> + * evolution-comp-editor.xml: remove print setup option for consistency diff --git a/ui/evolution-comp-editor.xml b/ui/evolution-comp-editor.xml index 2f52871022..8656a4c96f 100644 --- a/ui/evolution-comp-editor.xml +++ b/ui/evolution-comp-editor.xml @@ -14,7 +14,7 @@ <cmd name="FileSaveAndClose" _label="Save and Close" _tip="Save the item and close the dialog box" - accel="*Control*s"/> + accel="*Control*Return"/> <cmd name="FileSaveAs" _label="Save As..." _tip="Save this item to disk" |