diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-12 21:08:20 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-12 21:08:20 +0800 |
commit | 2b213390c0a8f8ef4a8280ffb3e4a5235a99f2f8 (patch) | |
tree | ddf06fb5ee61190d1bafa876ea7e9ccc78cb1b72 /ui/evolution-calendar.xml | |
parent | b6ac59d5a5bc38268bba6121a73d87dba3a49f35 (diff) | |
download | gsoc2013-evolution-2b213390c0a8f8ef4a8280ffb3e4a5235a99f2f8.tar.gz gsoc2013-evolution-2b213390c0a8f8ef4a8280ffb3e4a5235a99f2f8.tar.zst gsoc2013-evolution-2b213390c0a8f8ef4a8280ffb3e4a5235a99f2f8.zip |
Fix accelerators (UI Hackfest - see
2006-01-12 Harish Krishnaswamy <kharish@novell.com>
* evolution-calendar.xml:
* evolution-task-editor.xml: Fix accelerators
(UI Hackfest - see http://go-evolution.org/Shortcut_Keys_Review)
svn path=/trunk/; revision=31145
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 307120c2ca..bd34c8dfee 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -59,8 +59,8 @@ <submenu name="View"> <placeholder name="ViewBegin"> <menuitem name="Today" verb="CalendarToday" _label="Select _Today" - accel="*Control**Alt*t"/> - <menuitem name="Goto" verb="CalendarGoto" _label="Select _Date" accel="*Control**Alt*g"/> + accel="*Control*t"/> + <menuitem name="Goto" verb="CalendarGoto" _label="Select _Date" accel="*Control*g"/> <separator f="" name="ecal"/> </placeholder> |