diff --git a/src/const.py.in b/src/const.py.in index a53da9a38..50f7f17ac 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -106,7 +106,8 @@ comments = _("GRAMPS (Genealogical Research and Analysis " #------------------------------------------------------------------------- picWidth = 275.0 thumbScale = 96.0 -indexFile = "data.gramps" +xmlFile = "data.gramps" +zodbFile = "gramps.zodb" male = _("male") female = _("female") unknown = _("unknown")