IconEditor/IconEditorWindow.py

changeset 545
1538031b5175
parent 539
87f9bce38a44
child 546
c3e7bf5648be
--- a/IconEditor/IconEditorWindow.py	Wed Sep 01 19:25:12 2010 +0200
+++ b/IconEditor/IconEditorWindow.py	Thu Sep 02 08:58:41 2010 +0200
@@ -1209,7 +1209,7 @@
         """
         Private slot to show a little About message.
         """
-        QMessageBox.about(self, self.trUtf8("About eric5 Icon Editor"),
+        E5MessageBox.about(self, self.trUtf8("About eric5 Icon Editor"),
             self.trUtf8("The eric5 Icon Editor is a simple editor component"
                         " to perform icon drawing tasks."))
     
@@ -1217,7 +1217,7 @@
         """
         Private slot to handle the About Qt dialog.
         """
-        QMessageBox.aboutQt(self, "eric5 Icon Editor")
+        E5MessageBox.aboutQt(self, "eric5 Icon Editor")
     
     def __whatsThis(self):
         """

eric ide

mercurial