diff options
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f93c31eba1..aff9ae4258 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-05-05 William Jon McCann <mccann@jhu.edu> + + * gui/GNOME_Evolution_Calendar.server.in.in: Add menu_label and + menu_accelerator. + 2004-05-18 JP Rosevear <jpr@novell.com> * idl/evolution-calendar.idl: add arg diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 5bf2c310e6..fa73120e1d 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -43,6 +43,8 @@ <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:button_label" type="string" _value="Calendars"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> @@ -60,6 +62,8 @@ <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:button_label" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> |