From f4f365cc2286938c85788ca579f74d3ed7056578 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 3 Jul 2002 03:56:21 +0000 Subject: [PATCH] Fixed xmlFile and zodbFile svn: r1067 --- gramps/src/const.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps/src/const.py.in b/gramps/src/const.py.in index a53da9a38..50f7f17ac 100644 --- a/gramps/src/const.py.in +++ b/gramps/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")