GEDCOM fixes from Alexandre Duret-Lutz
svn: r1158
This commit is contained in:
parent
4688ecf985
commit
5df7da6100
@ -92,7 +92,7 @@ startup = 1
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
progName = "GRAMPS"
|
progName = "GRAMPS"
|
||||||
version = "0.8.0-pl2"
|
version = "0.8.0-pl3"
|
||||||
copyright = "© 2001-2002 Donald N. Allingham"
|
copyright = "© 2001-2002 Donald N. Allingham"
|
||||||
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
||||||
comments = _("GRAMPS (Genealogical Research and Analysis "
|
comments = _("GRAMPS (Genealogical Research and Analysis "
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
</target>
|
</target>
|
||||||
<target name="GeneWeb">
|
<target name="GeneWeb">
|
||||||
<dest val=""/>
|
<dest val=""/>
|
||||||
<adopt val="event_extended"/>
|
<adopt val="event"/>
|
||||||
<conc val="standard"/>
|
<conc val="standard"/>
|
||||||
<alternate_names val="none"/>
|
<alternate_names val="none"/>
|
||||||
<calendar val="yes"/>
|
<calendar val="yes"/>
|
||||||
@ -115,4 +115,3 @@
|
|||||||
<residence val="address"/>
|
<residence val="address"/>
|
||||||
</target>
|
</target>
|
||||||
</targets>
|
</targets>
|
||||||
|
|
||||||
|
@ -961,6 +961,3 @@ class GedcomWriter:
|
|||||||
from Plugins import register_export
|
from Plugins import register_export
|
||||||
|
|
||||||
register_export(writeData,_("Export to GEDCOM"))
|
register_export(writeData,_("Export to GEDCOM"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user