aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/GNOME_Evolution_Calendar.server.in.in6
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"/>