* src/FilterEditor/_EditRule.py: Support MarkerType

svn: r7768
This commit is contained in:
Martin Hawlisch 2006-12-08 17:00:21 +00:00
parent 07ced9a79e
commit 252cd24abf

View File

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