diff --git a/src/Filters/Rules/Event/__init__.py b/src/Filters/Rules/Event/__init__.py index b232f87e0..9dba9118d 100644 --- a/src/Filters/Rules/Event/__init__.py +++ b/src/Filters/Rules/Event/__init__.py @@ -47,7 +47,7 @@ editor_rule_list = [ AllEvents, HasType, HasIdOf, - HasGallery + HasGallery, # TODO: At the time of this writing, the GRAMPS UI does not allow setting markers for events. 1197 bug-report # HasMarkerOf, RegExpIdOf,