2006-09-12 Alex Roitman <shura@gramps-project.org>

* src/const.py.in (app_gramps): Revert to using a string.



svn: r7317
This commit is contained in:
Alex Roitman 2006-09-12 20:51:47 +00:00
parent f8f17bb239
commit 0a0c346c34
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-09-12 Alex Roitman <shura@gramps-project.org>
* src/const.py.in (app_gramps): Revert to using a string.
2006-09-11 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadXML.py: use os.path.isabs
* src/GrampsDb/_ReadXML.py: don't assume that os.path.sep is the

View File

@ -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"