From b90aeaa04a44191b4fd6d6d9f1afc431ac17de30 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 7 Aug 2001 17:08:43 +0000 Subject: [PATCH] fixed translation of attributes on a GEDCOM write svn: r305 --- gramps/src/plugins/WriteGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/src/plugins/WriteGedcom.py b/gramps/src/plugins/WriteGedcom.py index ecc275c72..a201ef0c6 100644 --- a/gramps/src/plugins/WriteGedcom.py +++ b/gramps/src/plugins/WriteGedcom.py @@ -398,7 +398,7 @@ def write_person(g,person): for attr in person.getAttributeList(): name = attr.getType() if const.personalConstantAttributes.has_key(name): - val = const.personalConstantEvents[name] + val = const.personalConstantAttributes[name] else: val = "" if val != "" :