* src/docgen/OpenSpreadSheet.py: fix manifest so files open in calc

svn: r6479
This commit is contained in:
Brian Matherly 2006-04-28 01:17:33 +00:00
parent c3a28a2367
commit b0d282b75a
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-04-27 Brian Matherly <brian@gramps-project.org>
* src/docgen/OpenSpreadSheet.py: fix manifest so files open in calc
2006-04-27 Don Allingham <don@gramps-project.org>
* src/Editors/_EditReference.py: fix warn_box call
* src/DisplayTabs.py: handle canceled edit box for media

View File

@ -411,7 +411,7 @@ class OpenSpreadSheet(SpreadSheetDoc):
self.f.write('<manifest:manifest ')
self.f.write('xmlns:manifest="http://openoffice.org/2001/manifest">')
self.f.write('<manifest:file-entry ')
self.f.write('manifest:media-type="application/vnd.sun.xml.writer" ')
self.f.write('manifest:media-type="application/vnd.sun.xml.calc" ')
self.f.write('manifest:full-path="/"/>')
self.f.write('<manifest:file-entry manifest:media-type="" ')
self.f.write('manifest:full-path="Pictures/"/>')