aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-20 04:29:06 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-20 04:29:06 +0800
commiteb06d69d35ce346e5b8499a00cff38d9013e4da0 (patch)
tree87202bbe071c42aff9f296535075469c88e5d6a2 /calendar/importers
parente88c74b97d3998ea7aabc45b649ab9661107b4b7 (diff)
downloadgsoc2013-evolution-eb06d69d35ce346e5b8499a00cff38d9013e4da0.tar
gsoc2013-evolution-eb06d69d35ce346e5b8499a00cff38d9013e4da0.tar.gz
gsoc2013-evolution-eb06d69d35ce346e5b8499a00cff38d9013e4da0.tar.bz2
gsoc2013-evolution-eb06d69d35ce346e5b8499a00cff38d9013e4da0.tar.lz
gsoc2013-evolution-eb06d69d35ce346e5b8499a00cff38d9013e4da0.tar.xz
gsoc2013-evolution-eb06d69d35ce346e5b8499a00cff38d9013e4da0.tar.zst
gsoc2013-evolution-eb06d69d35ce346e5b8499a00cff38d9013e4da0.zip
Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]
Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692] svn path=/trunk/; revision=20368
Diffstat (limited to 'calendar/importers')
-rw-r--r--calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in b/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
index 5492a32f7b..b4ed0d9541 100644
--- a/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
+++ b/calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in
@@ -18,7 +18,7 @@
<oaf_attribute name="repo_ids" type="stringv">
<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="iCalendar files (.ics)"/>
<oaf_attribute name="description" type="string"
_value="Imports iCalendar files into Evolution"/>
@@ -32,7 +32,7 @@
<oaf_attribute name="repo_ids" type="stringv">
<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="vCalendar files (.vcf)"/>
<oaf_attribute name="description" type="string"
_value="Imports vCalendar files into Evolution"/>