parent
b6a5f46caa
commit
4e33489607
@ -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>
|
||||
* src/plugins/IndivComplete.py: added support for printing
|
||||
non-primary, non-family events.
|
||||
|
@ -124,7 +124,7 @@ lds_ord_name = {
|
||||
RelLib.LdsOrd.BAPTISM : 'BAPL',
|
||||
RelLib.LdsOrd.ENDOWMENT : 'ENDL',
|
||||
RelLib.LdsOrd.SEAL_TO_PARENTS : 'SLGC',
|
||||
RelLib.LdsOrd.SEAL_TO_SPOUSE : 'SGLS',
|
||||
RelLib.LdsOrd.SEAL_TO_SPOUSE : 'SLGS',
|
||||
RelLib.LdsOrd.CONFIRMATION : 'CONL',
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user