diff options
author | JP Rosevear <jpr@ximian.com> | 2003-05-02 05:55:20 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-05-02 05:55:20 +0800 |
commit | ce850eda80ba927be45a5c559a38a8b18cbc53aa (patch) | |
tree | e831c8044d62fafdb4edadf7ece7e4078960dfe7 /ui | |
parent | 41bfd08a3e7dc1233c5106cc5e7c0a7055c709c1 (diff) | |
download | gsoc2013-evolution-ce850eda80ba927be45a5c559a38a8b18cbc53aa.tar gsoc2013-evolution-ce850eda80ba927be45a5c559a38a8b18cbc53aa.tar.gz gsoc2013-evolution-ce850eda80ba927be45a5c559a38a8b18cbc53aa.tar.bz2 gsoc2013-evolution-ce850eda80ba927be45a5c559a38a8b18cbc53aa.tar.lz gsoc2013-evolution-ce850eda80ba927be45a5c559a38a8b18cbc53aa.tar.xz gsoc2013-evolution-ce850eda80ba927be45a5c559a38a8b18cbc53aa.tar.zst gsoc2013-evolution-ce850eda80ba927be45a5c559a38a8b18cbc53aa.zip |
file all new folder bindings to be ctrl-shift-f
2003-05-01 JP Rosevear <jpr@ximian.com>
* evolution.xml: file all new folder bindings to be ctrl-shift-f
svn path=/trunk/; revision=21044
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 374d23d539..dd00b0f484 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2003-05-01 JP Rosevear <jpr@ximian.com> + + * evolution.xml: file all new folder bindings to be ctrl-shift-f + 2003-04-28 Rodney Dawes <dobey@ximian.com> * evolution.xml: Changed the New Folder keybinding to C-S-f diff --git a/ui/evolution.xml b/ui/evolution.xml index e5689eae32..39d8d915bd 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -70,7 +70,7 @@ verb="NewFolder" _label="_New Folder" _tip="Create a new folder" - accel="*Control**Shift*e" + accel="*Control**Shift*f" pixtype="pixbuf"/> <separator f="" name="eshell1"/> @@ -224,7 +224,7 @@ <menuitem name="Folder" verb="NewFolder" _label="_Folder..." _tip="Create a new folder" - accel="*Control**Shift*e" + accel="*Control**Shift*f" pixtype="pixbuf"/> <menuitem name="Shortcut" verb="NewShortcut" |