diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-04 04:17:01 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-04 04:17:01 +0800 |
commit | dc0812a28fe3cb3dd18d38918f2b8892ea2600e9 (patch) | |
tree | a539662293cdab1b07829dc58acf4eeacb7bfccc /addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | |
parent | cde3e4c4d3452e619a07171d4a805eedf4e30113 (diff) | |
download | gsoc2013-evolution-dc0812a28fe3cb3dd18d38918f2b8892ea2600e9.tar.gz gsoc2013-evolution-dc0812a28fe3cb3dd18d38918f2b8892ea2600e9.tar.zst gsoc2013-evolution-dc0812a28fe3cb3dd18d38918f2b8892ea2600e9.zip |
Change "evolution:config_item" into "evolution2:config_item".
Change
"evolution:config_item" into "evolution2:config_item".
svn path=/trunk/; revision=23173
Diffstat (limited to 'addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index e13069156b..9a02bd79ce 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -99,20 +99,20 @@ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> </oaf_attribute> - <oaf_attribute name="evolution:config_item:title" type="string" + <oaf_attribute name="evolution2:config_item:title" type="string" _value="Directory Servers"/> - <oaf_attribute name="evolution:config_item:description" type="string" + <oaf_attribute name="evolution2:config_item:description" type="string" _value="Configure access to LDAP directory servers here"/> - <oaf_attribute name="evolution:config_item:icon_name" type="string" + <oaf_attribute name="evolution2:config_item:icon_name" type="string" value="ldap-settings.png"/> - <oaf_attribute name="evolution:config_item:type" type="stringv"> + <oaf_attribute name="evolution2:config_item:type" type="stringv"> <item value="contacts/ldap"/> </oaf_attribute> - <oaf_attribute name="evolution:config_item:priority" type="string" value="-6"/> + <oaf_attribute name="evolution2:config_item:priority" type="string" value="-6"/> <oaf_attribute name="name" type="string" _value="Evolution Addressbook LDAP Configuration Control"/> @@ -127,16 +127,16 @@ <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> </oaf_attribute> - <oaf_attribute name="evolution:config_item:title" type="string" + <oaf_attribute name="evolution2:config_item:title" type="string" _value="Certificates"/> - <oaf_attribute name="evolution:config_item:description" type="string" + <oaf_attribute name="evolution2:config_item:description" type="string" _value="Manager your S/Mime certificates here"/> - <oaf_attribute name="evolution:config_item:icon_name" type="string" + <oaf_attribute name="evolution2:config_item:icon_name" type="string" value="pgp-signature-ok.png"/> - <oaf_attribute name="evolution:config_item:priority" type="string" value="-6"/> + <oaf_attribute name="evolution2:config_item:priority" type="string" value="-6"/> <oaf_attribute name="name" type="string" _value="Evolution S/Mime Certificate Management Control"/> |