diff --git a/gramps/gen/lib/eventroletype.py b/gramps/gen/lib/eventroletype.py index 2ab524ab0..5a97fe9f0 100644 --- a/gramps/gen/lib/eventroletype.py +++ b/gramps/gen/lib/eventroletype.py @@ -44,6 +44,7 @@ class EventRoleType(GrampsType): WITNESS = 7 FAMILY = 8 INFORMANT = 9 + GODPARENT = 10 _CUSTOM = CUSTOM _DEFAULT = PRIMARY @@ -60,6 +61,7 @@ class EventRoleType(GrampsType): (WITNESS, _("Witness"), "Witness"), (FAMILY, _("Family", "Role"), "Family"), (INFORMANT, _("Informant"), "Informant"), + (GODPARENT, _("Godparent"), "Godparent"), ] def __init__(self, value=None):