diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-12 05:36:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-12 05:36:34 +0800 |
commit | 2415667b55dc62ef5e7eab157e0dde5ce71a9598 (patch) | |
tree | 8caedfdd39b460e3116983cf82b1c66df2245330 /ui | |
parent | 583f8ba770418d53c134fe4004d1f89e3880f466 (diff) | |
download | gsoc2013-evolution-2415667b55dc62ef5e7eab157e0dde5ce71a9598.tar gsoc2013-evolution-2415667b55dc62ef5e7eab157e0dde5ce71a9598.tar.gz gsoc2013-evolution-2415667b55dc62ef5e7eab157e0dde5ce71a9598.tar.bz2 gsoc2013-evolution-2415667b55dc62ef5e7eab157e0dde5ce71a9598.tar.lz gsoc2013-evolution-2415667b55dc62ef5e7eab157e0dde5ce71a9598.tar.xz gsoc2013-evolution-2415667b55dc62ef5e7eab157e0dde5ce71a9598.tar.zst gsoc2013-evolution-2415667b55dc62ef5e7eab157e0dde5ce71a9598.zip |
Add an accelerator for "FileClose".
svn path=/trunk/; revision=17427
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 2ba79c3584..eae876c07b 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-07-11 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Add an accelerator for "FileClose". + 2002-07-10 Ettore Perazzoli <ettore@ximian.com> [#10068] diff --git a/ui/evolution.xml b/ui/evolution.xml index 6d9d8f6fa7..e60e4df97f 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"/> + pixtype="stock" pixname="Close" accel="*Control*w"/> <cmd name="FileExit" _label="E_xit" _tip="Exit the program" pixtype="stock" pixname="Quit" accel="*Control*q"/> |