@@ -1,3 +1,7 @@
|
|||||||
|
2007-11-11 Jim Sack <jgsack@san.rr.com>
|
||||||
|
* src/GrampsDb/_WriteGedcom.py: fix #1365 s/SGLS/SLGS/
|
||||||
|
backport fix from trunk (issue #1364 there).
|
||||||
|
|
||||||
2007-11-10 Gary Burton <gary.burton@zen.co.uk>
|
2007-11-10 Gary Burton <gary.burton@zen.co.uk>
|
||||||
* src/plugins/IndivComplete.py: added support for printing
|
* src/plugins/IndivComplete.py: added support for printing
|
||||||
non-primary, non-family events.
|
non-primary, non-family events.
|
||||||
|
@@ -124,7 +124,7 @@ lds_ord_name = {
|
|||||||
RelLib.LdsOrd.BAPTISM : 'BAPL',
|
RelLib.LdsOrd.BAPTISM : 'BAPL',
|
||||||
RelLib.LdsOrd.ENDOWMENT : 'ENDL',
|
RelLib.LdsOrd.ENDOWMENT : 'ENDL',
|
||||||
RelLib.LdsOrd.SEAL_TO_PARENTS : 'SLGC',
|
RelLib.LdsOrd.SEAL_TO_PARENTS : 'SLGC',
|
||||||
RelLib.LdsOrd.SEAL_TO_SPOUSE : 'SGLS',
|
RelLib.LdsOrd.SEAL_TO_SPOUSE : 'SLGS',
|
||||||
RelLib.LdsOrd.CONFIRMATION : 'CONL',
|
RelLib.LdsOrd.CONFIRMATION : 'CONL',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user