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