Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]

* backend/ebook/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in:
Replace "evolution:menu-name" prop with "evolution:menu_name".  [#39692]
* backend/ebook/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in: Likewise.

svn path=/trunk/; revision=20366
This commit is contained in:
Ettore Perazzoli
2003-03-19 20:28:19 +00:00
parent d5ea4c4a69
commit e1e4ea6524
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2003-03-19 Ettore Perazzoli <ettore@ximian.com>
* backend/ebook/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in:
Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]
* backend/ebook/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in: Likewise.
2003-03-18 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-table-model.c

View File

@ -20,7 +20,7 @@
<item value="IDL:GNOME/Evolution/Importer:1.0"/>
</oaf_attribute>
<oaf_attribute name="evolution:menu-name" type="string"
<oaf_attribute name="evolution:menu_name" type="string"
value="LDAP Data Interchange Format (.ldif)"/>
<oaf_attribute name="description" type="string"
_value="Imports LDIF files into Evolution."/>

View File

@ -20,7 +20,7 @@
<item value="IDL:GNOME/Evolution/Importer:1.0"/>
</oaf_attribute>
<oaf_attribute name="evolution:menu-name" type="string"
<oaf_attribute name="evolution:menu_name" type="string"
value="VCard (.vcf, .gcrd)"/>
<oaf_attribute name="description" type="string"
_value="Imports VCard files into Evolution."/>