* src/data/templates/Makefile.am: install blue_edge.tpkg

* src/docgen/HtmlDoc.py: report error correctly on missing
template


svn: r2255
This commit is contained in:
Don Allingham 2003-10-15 03:55:15 +00:00
parent ecfad8edcb
commit f8f5efc5e5

View File

@ -191,7 +191,7 @@ class HtmlDoc(BaseDoc.BaseDoc):
except IOError,msg: except IOError,msg:
mymsg = _("Could not open %s\nUsing the default template") % \ mymsg = _("Could not open %s\nUsing the default template") % \
self.template self.template
QuestionDialog.WarningDialog(mymsg,msg) QuestionDialog.WarningDialog(mymsg,str(msg))
self.bottom = _bottom self.bottom = _bottom
self.top = _top self.top = _top
except: except: