diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-20 04:29:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-20 04:29:06 +0800 |
commit | eb06d69d35ce346e5b8499a00cff38d9013e4da0 (patch) | |
tree | 87202bbe071c42aff9f296535075469c88e5d6a2 /calendar | |
parent | e88c74b97d3998ea7aabc45b649ab9661107b4b7 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/importers/GNOME_Evolution_Calendar_Importer.server.in.in | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8fa8e676dd..eb109a9a59 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2003-03-19 Ettore Perazzoli <ettore@ximian.com> + + * importers/GNOME_Evolution_Calendar_Importer.server.in.in: + Replace "evolution:menu-name" prop with "evolution:menu_name". + [#39692] + 2003-03-18 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/send-comp.c (send_component_dialog): use GtkMessageDialog 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"/> |