--- a/Templates/TemplatePropertiesDialog.py Tue Aug 31 12:17:02 2010 +0200 +++ b/Templates/TemplatePropertiesDialog.py Tue Aug 31 12:36:10 2010 +0200 @@ -92,7 +92,7 @@ @param ev key event (QKeyEvent) """ if ev.key() == Qt.Key_Escape: - res = QMessageBox.question(self, + res = E5MessageBox.question(self, self.trUtf8("Close dialog"), self.trUtf8("""Do you really want to close the dialog?"""), QMessageBox.StandardButtons(\ @@ -198,4 +198,4 @@ self.descriptionEdit.text(), self.groupCombo.currentText(), self.templateEdit.toPlainText() - ) + ) \ No newline at end of file