Helpviewer/HelpWindow.py

changeset 545
1538031b5175
parent 541
00e1a5d060c5
child 564
b3d966393ba9
diff -r 303e2c8fd00e -r 1538031b5175 Helpviewer/HelpWindow.py
--- a/Helpviewer/HelpWindow.py	Wed Sep 01 19:25:12 2010 +0200
+++ b/Helpviewer/HelpWindow.py	Thu Sep 02 08:58:41 2010 +0200
@@ -1741,7 +1741,7 @@
         """
         Private slot to show the about information.
         """
-        QMessageBox.about(self, self.trUtf8("Eric Web Browser"), self.trUtf8(
+        E5MessageBox.about(self, self.trUtf8("Eric Web Browser"), self.trUtf8(
             """<h3>About Eric Web Browser</h3>"""
             """<p>The Eric Web Browser is a combined help file and HTML browser.</p>"""
         ))
@@ -1750,7 +1750,7 @@
         """
         Private slot to show info about Qt.
         """
-        QMessageBox.aboutQt(self, self.trUtf8("Eric Web Browser"))
+        E5MessageBox.aboutQt(self, self.trUtf8("Eric Web Browser"))
 
     def __setBackwardAvailable(self, b):
         """
@@ -2969,4 +2969,4 @@
         else:
             print(codecs[offset])
             QWebSettings.globalSettings().setDefaultTextEncoding(codecs[offset])
-            Preferences.setHelp("DefaultTextEncoding", codecs[offset])
+            Preferences.setHelp("DefaultTextEncoding", codecs[offset])
\ No newline at end of file

eric ide

mercurial