diff options
author | JP Rosevear <jpr@ximian.com> | 2001-08-21 03:13:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-08-21 03:13:15 +0800 |
commit | 290bd4d283e15522e4f5282b3b7274433de77b1c (patch) | |
tree | e9f921507336d1974f05a230d1e8ef7c0268c04f | |
parent | da1379ef0c3bc07a34995f2096907470f38b1a62 (diff) | |
download | gsoc2013-evolution-290bd4d283e15522e4f5282b3b7274433de77b1c.tar gsoc2013-evolution-290bd4d283e15522e4f5282b3b7274433de77b1c.tar.gz gsoc2013-evolution-290bd4d283e15522e4f5282b3b7274433de77b1c.tar.bz2 gsoc2013-evolution-290bd4d283e15522e4f5282b3b7274433de77b1c.tar.lz gsoc2013-evolution-290bd4d283e15522e4f5282b3b7274433de77b1c.tar.xz gsoc2013-evolution-290bd4d283e15522e4f5282b3b7274433de77b1c.tar.zst gsoc2013-evolution-290bd4d283e15522e4f5282b3b7274433de77b1c.zip |
control-return for save and close
2001-08-20 JP Rosevear <jpr@ximian.com>
* evolution-comp-editor.xml: control-return for save and close
svn path=/trunk/; revision=12320
-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" |