diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-12 22:49:14 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-12 22:49:14 +0800 |
commit | a5d975f1181912229f2913a468a31f6ad4276918 (patch) | |
tree | 331966e238b91f05669c7c830935998bdaf3b5e1 | |
parent | 2b213390c0a8f8ef4a8280ffb3e4a5235a99f2f8 (diff) | |
download | gsoc2013-evolution-a5d975f1181912229f2913a468a31f6ad4276918.tar.gz gsoc2013-evolution-a5d975f1181912229f2913a468a31f6ad4276918.tar.zst gsoc2013-evolution-a5d975f1181912229f2913a468a31f6ad4276918.zip |
i2006-01-12 Harish Krishnaswamy <kharish@novell.com>
* evolution-editor.xml:
* evolution-tasks.xml: [UI Hackfests] More changes. Refer
http://go-evolution.org/Shortcut_Keys_Review.
svn path=/trunk/; revision=31146
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-editor.xml | 4 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index c8446c2eef..944f1767ac 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,10 @@ 2006-01-12 Harish Krishnaswamy <kharish@novell.com> + * evolution-editor.xml: + * evolution-tasks.xml: More changes. Refer url below. + +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) diff --git a/ui/evolution-editor.xml b/ui/evolution-editor.xml index 3279ec0975..071e198c67 100644 --- a/ui/evolution-editor.xml +++ b/ui/evolution-editor.xml @@ -8,8 +8,8 @@ <cmd name="EditPaste" _tip="Paste text from the clipboard" accel="*Control*v" pixtype="stock" pixname="gtk-paste"/> <cmd name="EditSelectAll" _tip="Select all text" accel="*Control*a"/> - <cmd name="InsertAttachments" _tip="Click here to attach a file" accel="*Control**Alt*a" pixtype="pixbuf"/> - <cmd name="Help" _tip="Click here to view help available" accel="*Control*h" pixtype="stock" pixname="gtk-help"/> + <cmd name="InsertAttachments" _tip="Click here to attach a file" accel="*Control*m" pixtype="pixbuf"/> + <cmd name="Help" _tip="Click here to view help available" accel="F1" pixtype="stock" pixname="gtk-help"/> </commands> diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 264bea7d7f..29fe3780ed 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -13,7 +13,7 @@ <cmd name="TasksMarkComplete" _tip="Mark selected tasks as complete" accel="*Control*k" sensitive="0"/> <cmd name="TasksPurge" _label="Purg_e" _tip="Delete completed tasks" accel="*Control*e"/> - <cmd name="TasksAssign" _label="_Assign Task" accel="*Control*a"/> + <cmd name="TasksAssign" _label="_Assign Task"/> <cmd name="TasksForward" _label="_Forward as iCalendar" accel="*Control*f"/> <cmd name="ViewPreview" _tip="Show task preview window" accel="*Control*m" type="toggle"/> |