2006-09-11 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadXML.py: don't assume that os.path.sep is the first element of an absolute path. Many not be true on some legacy operating systems. svn: r7312
This commit is contained in:
@@ -44,7 +44,7 @@ url_bugtracker = "http://bugs.gramps-project.org/bug_report_advanced_page.php"
|
||||
# Mime Types
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
app_gramps = "application/x-gramps"
|
||||
app_gramps = ("application/x-gramps", "x-extension-grdb")
|
||||
app_gramps_xml = "application/x-gramps-xml"
|
||||
app_gedcom = "application/x-gedcom"
|
||||
app_gramps_package = "application/x-gramps-package"
|
||||
|
Reference in New Issue
Block a user