fix #1365 typo in lds_ord_name

svn: r9333
This commit is contained in:
James G Sack 2007-11-12 08:29:49 +00:00
parent b6a5f46caa
commit 4e33489607
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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',
}