--- a/Templates/TemplatePropertiesDialog.py Mon Aug 30 19:03:34 2010 +0200 +++ b/Templates/TemplatePropertiesDialog.py Mon Aug 30 20:16:34 2010 +0200 @@ -14,6 +14,7 @@ from .Ui_TemplatePropertiesDialog import Ui_TemplatePropertiesDialog +from E5Gui import E5MessageBox class TemplatePropertiesDialog(QDialog, Ui_TemplatePropertiesDialog): """ @@ -106,7 +107,7 @@ """ Public slot to show some help. """ - QMessageBox.information(self, + E5MessageBox.information(self, self.trUtf8("Template Help"), self.trUtf8(\ """<p>To use variables in a template, you just have to enclose"""