QScintilla/MiniEditor.py

changeset 545
1538031b5175
parent 539
87f9bce38a44
child 547
cceececd1312
--- a/QScintilla/MiniEditor.py	Wed Sep 01 19:25:12 2010 +0200
+++ b/QScintilla/MiniEditor.py	Thu Sep 02 08:58:41 2010 +0200
@@ -230,7 +230,7 @@
         """
         Private slot to show a little About message.
         """
-        QMessageBox.about(self, self.trUtf8("About eric5 Mini Editor"),
+        E5MessageBox.about(self, self.trUtf8("About eric5 Mini Editor"),
             self.trUtf8("The eric5 Mini Editor is an editor component"
                 " based on QScintilla. It may be used for simple"
                 " editing tasks, that don't need the power of"
@@ -240,7 +240,7 @@
         """
         Private slot to handle the About Qt dialog.
         """
-        QMessageBox.aboutQt(self, "eric5 Mini Editor")
+        E5MessageBox.aboutQt(self, "eric5 Mini Editor")
     
     def __whatsThis(self):
         """

eric ide

mercurial