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 | |
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')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 4 | ||||
-rw-r--r-- | ui/evolution-task-editor.xml | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b339d96866..c8446c2eef 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +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) + 2006-01-12 Shreyas Srinivasan <sshreyas@novell.com> * evolution-composer-entries.xml: Fix #325110 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> diff --git a/ui/evolution-task-editor.xml b/ui/evolution-task-editor.xml index 8704d36910..ef67c56d81 100644 --- a/ui/evolution-task-editor.xml +++ b/ui/evolution-task-editor.xml @@ -34,7 +34,7 @@ type="radio" group="class" _tip="Classify as Confidential"/> <cmd name="OptionStatus" - _tip="Click change / view the status details of the task" accel="*Control**Alt*t" pixtype="pixbuf"/> + _tip="Click change / view the status details of the task" accel="*Control*t" pixtype="pixbuf"/> <cmd name="InsertSendOptions" _label="Send Options" _tip="Insert advanced send options"/> |