* 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
ecfad8edcb
commit
f8f5efc5e5
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user