* src/FilterEditor/_EditRule.py: Support MarkerType
svn: r7768
This commit is contained in:
parent
07ced9a79e
commit
252cd24abf
@ -84,6 +84,7 @@ _name2typeclass = {
|
|||||||
_('Personal attribute:') : RelLib.AttributeType,
|
_('Personal attribute:') : RelLib.AttributeType,
|
||||||
_('Family attribute:') : RelLib.AttributeType,
|
_('Family attribute:') : RelLib.AttributeType,
|
||||||
_('Relationship type:') : RelLib.FamilyRelType,
|
_('Relationship type:') : RelLib.FamilyRelType,
|
||||||
|
_('Marker type:') : RelLib.MarkerType,
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user