diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-01-12 23:08:40 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-12 23:08:40 +0800 |
commit | c88dd08f2b5a293ff4744bad07d9b87c341d0b28 (patch) | |
tree | ee0289d704a3f37fc21d457204336dd09013b3ea /calendar | |
parent | 9952b18b66ffb61127d57cbb53e5c9cdd0c26863 (diff) | |
download | gsoc2013-evolution-c88dd08f2b5a293ff4744bad07d9b87c341d0b28.tar.gz gsoc2013-evolution-c88dd08f2b5a293ff4744bad07d9b87c341d0b28.tar.zst gsoc2013-evolution-c88dd08f2b5a293ff4744bad07d9b87c341d0b28.zip |
Changes accels for Calendar (C+F3 -> C+3), Tasks (C+F4 ->C+4) and Memo
2006-01-12 Srinivasa Ragavan <sragavan@novell.com>
* gui/GNOME_Evolution_Calendar.server.in.in:
Changes accels for Calendar (C+F3 -> C+3), Tasks (C+F4 ->C+4) and
Memo (C+F6 to C+5).
svn path=/trunk/; revision=31151
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f49d0295a5..de8946dfe7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2006-01-12 Srinivasa Ragavan <sragavan@novell.com> + + * gui/GNOME_Evolution_Calendar.server.in.in: + + Changes accels for Calendar (C+F3 -> C+3), Tasks (C+F4 ->C+4) and + Memo (C+F6 to C+5). + 2006-01-12 Harish Krishnaswamy <kharish@novell.com> * gui/gnome-cal.c: (gnome_calendar_class_init): diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 72821e9d45..d12140b3bb 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -44,7 +44,7 @@ <oaf_attribute name="name" type="string" _value="Evolution's Calendar component"/> <oaf_attribute name="evolution:menu_label" type="string" _value="_Calendars"/> - <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F3"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*3"/> <oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Calendars"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/> @@ -64,7 +64,7 @@ <oaf_attribute name="name" type="string" _value="Evolution's Tasks component"/> <oaf_attribute name="evolution:menu_label" type="string" _value="_Tasks"/> - <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F4"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*4"/> <oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/> @@ -84,7 +84,7 @@ <oaf_attribute name="name" type="string" _value="Evolution's Memos component"/> <oaf_attribute name="evolution:menu_label" type="string" _value="Memo_s"/> - <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F6"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*5"/> <oaf_attribute name="evolution:button_label" type="string" _value="Memos"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Memos"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_notes"/> |