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:
parent
f8f17bb239
commit
0a0c346c34
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user