diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-05-19 11:46:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-19 11:46:47 +0800 |
commit | 3ef23e6b2224e436405f10220e562d456ab4161b (patch) | |
tree | eb187faefa9d30314045d2080d4135dea79c2712 /calendar/gui | |
parent | c5072f36197042ec6818834812f2d8690aeed5b3 (diff) | |
download | gsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.tar.gz gsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.tar.zst gsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.zip |
Add menu_label and menu_accelerator.
2004-05-05 William Jon McCann <mccann@jhu.edu>
* gui/GNOME_Evolution_Calendar.server.in.in: Add menu_label and
menu_accelerator.
svn path=/trunk/; revision=25969
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"/> |