From f4c7a9fee97d62efaebd8873d1a8c2424e01f3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Feb 2007 22:30:18 +0000 Subject: [PATCH] add forgotten place rules svn: r8058 --- gramps2/po/POTFILES.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps2/po/POTFILES.in b/gramps2/po/POTFILES.in index 25cfc2c31..67bb9a0e8 100644 --- a/gramps2/po/POTFILES.in +++ b/gramps2/po/POTFILES.in @@ -530,9 +530,11 @@ src/Filters/Rules/Event/__init__.py # Filters.Rules.Place package src/Filters/Rules/Place/_AllPlaces.py src/Filters/Rules/Place/_HasIdOf.py +src/Filters/Rules/Place/_HasNoLatOrLon.py src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py src/Filters/Rules/Place/_HasNoteRegexp.py src/Filters/Rules/Place/_HasPlace.py +src/Filters/Rules/Place/_InLatLonNeighborhood.py src/Filters/Rules/Place/_MatchesFilter.py src/Filters/Rules/Place/_PlacePrivate.py src/Filters/Rules/Place/_RegExpIdOf.py