diff -r 72b32daeb8d6 -r 7f1a56e80124 Helpviewer/HelpWindow.py --- 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),