* src/docgen/HtmlDoc.py: Typo.

svn: r3104
This commit is contained in:
Alex Roitman
2004-04-23 17:02:49 +00:00
parent 037a388949
commit 2273250137
2 changed files with 2 additions and 1 deletions

View File

@@ -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])