diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 04:20:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-19 04:20:16 +0800 |
commit | e93c9c3075db3d34d0d0d8bf931161b5f9559a00 (patch) | |
tree | 6bf34e6bd0adc3bac44fb2754c16c3902bc78343 /ui | |
parent | 59d6a959b1a3c5420084a9813e4fe350fcfc65d7 (diff) | |
download | gsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.tar.gz gsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.tar.zst gsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.zip |
Remove "Control-W" accelerator for closing the window.
* evolution.xml: Remove "Control-W" accelerator for closing the
window.
svn path=/trunk/; revision=12205
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index e590f8b643..416e631556 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,10 @@ 2001-08-18 Ettore Perazzoli <ettore@ximian.com> + * evolution.xml: Remove "Control-W" accelerator for closing the + window. + +2001-08-18 Ettore Perazzoli <ettore@ximian.com> + * evolution-mail-message.xml: Change pixtype of "MessageDelete" to "pixbuf". diff --git a/ui/evolution.xml b/ui/evolution.xml index 78bcbb10ba..2b90419af8 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -1,7 +1,7 @@ <Root> <commands> <cmd name="FileClose" _label="Close" _tip="Close this window" - pixtype="stock" pixname="Close" accel="*Control*w"/> + pixtype="stock" pixname="Close"/> <cmd name="FileExit" _label="E_xit" _tip="Exit the program" pixtype="stock" pixname="Quit" accel="*Control*q"/> |