* src/FilterEditor/_EditRule.py: Support MarkerType

svn: r7768
This commit is contained in:
Martin Hawlisch 2006-12-08 17:00:21 +00:00
parent d1f3305a32
commit e72f927e5f

View File

@ -84,6 +84,7 @@ _name2typeclass = {
_('Personal attribute:') : RelLib.AttributeType,
_('Family attribute:') : RelLib.AttributeType,
_('Relationship type:') : RelLib.FamilyRelType,
_('Marker type:') : RelLib.MarkerType,
}
#-------------------------------------------------------------------------