GEDCOM fixes from Alexandre Duret-Lutz

svn: r1158
This commit is contained in:
Don Allingham 2002-11-02 20:50:33 +00:00
parent 4688ecf985
commit 5df7da6100
4 changed files with 218 additions and 199 deletions

View File

@ -92,7 +92,7 @@ startup = 1
#
#-------------------------------------------------------------------------
progName = "GRAMPS"
version = "0.8.0-pl2"
version = "0.8.0-pl3"
copyright = "© 2001-2002 Donald N. Allingham"
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
comments = _("GRAMPS (Genealogical Research and Analysis "

View File

@ -50,7 +50,7 @@
</target>
<target name="GeneWeb">
<dest val=""/>
<adopt val="event_extended"/>
<adopt val="event"/>
<conc val="standard"/>
<alternate_names val="none"/>
<calendar val="yes"/>
@ -115,4 +115,3 @@
<residence val="address"/>
</target>
</targets>

View File

@ -961,6 +961,3 @@ class GedcomWriter:
from Plugins import register_export
register_export(writeData,_("Export to GEDCOM"))

File diff suppressed because it is too large Load Diff