aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2004-05-19 11:46:47 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-19 11:46:47 +0800
commit3ef23e6b2224e436405f10220e562d456ab4161b (patch)
treeeb187faefa9d30314045d2080d4135dea79c2712 /calendar
parentc5072f36197042ec6818834812f2d8690aeed5b3 (diff)
downloadgsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.tar
gsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.tar.gz
gsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.tar.bz2
gsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.tar.lz
gsoc2013-evolution-3ef23e6b2224e436405f10220e562d456ab4161b.tar.xz
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')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/GNOME_Evolution_Calendar.server.in.in4
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"/>