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 906b8e8172..d43faeed38 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -39,6 +39,8 @@ <item value="IDL:GNOME/Evolution/Component:1.0"/> </oaf_attribute> + <oaf_attribute name="evolution:component_alias" type="string" value="calendar"/> + <oaf_attribute name="name" type="string" _value="Evolution's Calendar component"/> <oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/> @@ -72,6 +74,8 @@ <item value="IDL:GNOME/Evolution/Component:1.0"/> </oaf_attribute> + <oaf_attribute name="evolution:component_alias" type="string" value="tasks"/> + <oaf_attribute name="name" type="string" _value="Evolution's Tasks component"/> <oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/> |