diff --git a/ChangeLog b/ChangeLog index 1cd90fe14..45502ca8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-09-12 Alex Roitman + * src/const.py.in (app_gramps): Revert to using a string. + 2006-09-11 Don Allingham * src/GrampsDb/_ReadXML.py: use os.path.isabs * src/GrampsDb/_ReadXML.py: don't assume that os.path.sep is the diff --git a/src/const.py.in b/src/const.py.in index 4ef789628..dbf5352cb 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -44,7 +44,7 @@ url_bugtracker = "http://bugs.gramps-project.org/bug_report_advanced_page.php" # Mime Types # #------------------------------------------------------------------------- -app_gramps = ("application/x-gramps", "x-extension-grdb") +app_gramps = "application/x-gramps" app_gramps_xml = "application/x-gramps-xml" app_gedcom = "application/x-gedcom" app_gramps_package = "application/x-gramps-package"