aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-19 04:20:16 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-19 04:20:16 +0800
commite93c9c3075db3d34d0d0d8bf931161b5f9559a00 (patch)
tree6bf34e6bd0adc3bac44fb2754c16c3902bc78343
parent59d6a959b1a3c5420084a9813e4fe350fcfc65d7 (diff)
downloadgsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.tar
gsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.tar.gz
gsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.tar.bz2
gsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.tar.lz
gsoc2013-evolution-e93c9c3075db3d34d0d0d8bf931161b5f9559a00.tar.xz
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
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution.xml2
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"/>