Helpviewer/HelpWindow.py

changeset 538
7f1a56e80124
parent 537
72b32daeb8d6
child 539
87f9bce38a44
--- a/Helpviewer/HelpWindow.py	Tue Aug 31 12:17:02 2010 +0200
+++ b/Helpviewer/HelpWindow.py	Tue Aug 31 12:36:10 2010 +0200
@@ -2052,7 +2052,7 @@
                               """ Until you close the window, you can still click"""
                               """ the Back and Forward buttons to return to the"""
                               """ web pages you have opened.</p>""")
-            res = QMessageBox.question(self, "", txt,
+            res = E5MessageBox.question(self, "", txt,
                 QMessageBox.StandardButtons(\
                     QMessageBox.Yes | \
                     QMessageBox.No),

eric ide

mercurial