From 6f6c9146497c652693bf237709580bf20e64c026 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 26 May 2012 23:26:19 +0000 Subject: [PATCH] Import and Export can work for any type svn: r19666 --- src/webapp/init.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/webapp/init.py b/src/webapp/init.py index d298b792f..cc2a97a18 100644 --- a/src/webapp/init.py +++ b/src/webapp/init.py @@ -1,6 +1,6 @@ # Gramps - a GTK+/GNOME based genealogy program # -# Copyright (C) 2009 Douglas S. Blank +# Copyright (C) 2009-2012 Douglas S. Blank # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -128,7 +128,7 @@ for table, entries in [("grampsdb.config", ('gramps_id', '"R0015"'), ("handle", '"summary"'), ("report_type", '"textreport"')), - (("name", '"GEDCOM Export"'), + (("name", '"Export"'), ('gramps_id', '"R0016"'), ("handle", '"gedcom_export"'), ("options", '"off=ged"'), @@ -138,7 +138,7 @@ for table, entries in [("grampsdb.config", ("handle", '"ex_gpkg"'), ("options", '"off=gramps"'), ("report_type", '"export"')), - (("name", '"GEDCOM Import"'), + (("name", '"Import"'), ('gramps_id', '"R0018"'), ("handle", '"im_ged"'), ("options", '"iff=ged i=http://arborvita.free.fr/Kennedy/Kennedy.ged"'),