* src/GenericFilter.py (HasTextMatchingSubstringOf):

Rename FullTextSearch as well as its descriptions.
* src/gramps_main.py: Change string for filter menu.
* src/plugins/FilterEditor.py (EditRule.__init__): Hide window while
drawing.
* src/DateEdit.py (DateEditorDialog.__init__): Hide window while
drawing.


svn: r4186
This commit is contained in:
Alex Roitman
2005-03-15 16:26:30 +00:00
parent c492d5a5ad
commit 0b892faff2
5 changed files with 18 additions and 10 deletions

View File

@ -948,8 +948,8 @@ class Gramps:
filter_list.append(all)
all = GenericFilter.ParamFilter()
all.set_name(_("Full-text search ..."))
all.add_rule(GenericFilter.FullTextSearch([]))
all.set_name(_("Any textual record contains..."))
all.add_rule(GenericFilter.HasTextMatchingSubstringOf([]))
filter_list.append(all)
self.filter_model = GenericFilter.FilterStore(filter_list)