diff -r 72b32daeb8d6 -r 7f1a56e80124 Helpviewer/History/HistoryMenu.py --- a/Helpviewer/History/HistoryMenu.py Tue Aug 31 12:17:02 2010 +0200 +++ b/Helpviewer/History/HistoryMenu.py Tue Aug 31 12:36:10 2010 +0200 @@ -301,11 +301,11 @@ Private slot to clear the history. """ if self.__historyManager is not None and \ - QMessageBox.question(None, + E5MessageBox.question(self, self.trUtf8("Clear History"), self.trUtf8("""Do you want to clear the history?"""), QMessageBox.StandardButtons(\ QMessageBox.No | \ QMessageBox.Yes), QMessageBox.No) == QMessageBox.Yes: - self.__historyManager.clear() + self.__historyManager.clear() \ No newline at end of file