Templates/TemplatePropertiesDialog.py

changeset 538
7f1a56e80124
parent 536
6d8d39753c82
child 541
00e1a5d060c5
--- 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

eric ide

mercurial