diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 04:47:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-13 04:47:14 +0800 |
commit | 8187001a14295b4b64cc3e973fb1ab1e551133f2 (patch) | |
tree | e1aa2668d055442dcb56dbe40f729c1343c8180e /addressbook/gui | |
parent | 5d07b9739f9c601b3f627b7a586fc02946c81a75 (diff) | |
download | gsoc2013-evolution-8187001a14295b4b64cc3e973fb1ab1e551133f2.tar.gz gsoc2013-evolution-8187001a14295b4b64cc3e973fb1ab1e551133f2.tar.zst gsoc2013-evolution-8187001a14295b4b64cc3e973fb1ab1e551133f2.zip |
Add component_alias of "contacts".
Add
component_alias of "contacts".
svn path=/trunk/; revision=23301
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index 9a02bd79ce..110c80e3db 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -57,6 +57,8 @@ <oaf_attribute name="name" type="string" _value="Evolution Addressbook component"/> + <oaf_attribute name="evolution:component_alias" type="string" value="contacts"/> + <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/> <oaf_attribute name="evolution:button_icon" type="string" value="evolution-contacts.png"/> |