diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 4 |
1 files changed, 4 insertions, 0 deletions
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"/> |