diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 14:00:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 14:00:11 +0800 |
commit | 6de80c0ea805a0b4c89bcffd970265ce572d6117 (patch) | |
tree | bca68fac3100434bfd31a6a0e07634e81139002e /calendar/gui/GNOME_Evolution_Calendar.server.in.in | |
parent | 7a5ecfbb6c09b5350e5ce0600f42098eb6a2f5de (diff) | |
download | gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar.gz gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.tar.zst gsoc2013-evolution-6de80c0ea805a0b4c89bcffd970265ce572d6117.zip |
Add a component_alias
of "calendar" for the calendar and "tasks" for the tasks.
svn path=/trunk/; revision=23315
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.server.in.in')
-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"/> |