* src/docgen/HtmlDoc.py: Typo.
svn: r3104
This commit is contained in:
parent
ada183fad1
commit
a5ef796156
@ -1,6 +1,7 @@
|
||||
2004-04-23 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/docgen/RTFDoc.py: Completely switch from grampslib.
|
||||
* src/docgen/PdfDoc.py: Typo.
|
||||
* src/docgen/HtmlDoc.py: Typo.
|
||||
|
||||
2004-04-21 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/SelectChild.py (on_save_child_clicked): Corrections.
|
||||
|
@ -336,7 +336,7 @@ class HtmlDoc(BaseDoc.BaseDoc):
|
||||
|
||||
if self.print_req:
|
||||
apptype = 'text/html'
|
||||
app = GrampsMime.get_application_(apptype)
|
||||
app = GrampsMime.get_application(apptype)
|
||||
os.environ["FILE"] = self.filename
|
||||
os.system ('%s "$FILE" &' % app[0])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user