* 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:
parent
e33723de93
commit
af9da3a25a
@ -191,7 +191,7 @@ class HtmlDoc(BaseDoc.BaseDoc):
|
||||
except IOError,msg:
|
||||
mymsg = _("Could not open %s\nUsing the default template") % \
|
||||
self.template
|
||||
QuestionDialog.WarningDialog(mymsg,msg)
|
||||
QuestionDialog.WarningDialog(mymsg,str(msg))
|
||||
self.bottom = _bottom
|
||||
self.top = _top
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user