diff options
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"/> |