diff -r 7912530a33e2 -r 542e97d4ecb3 Helpviewer/HelpWindow.py --- a/Helpviewer/HelpWindow.py Mon Oct 14 18:26:25 2013 +0200 +++ b/Helpviewer/HelpWindow.py Mon Oct 14 19:30:36 2013 +0200 @@ -1970,11 +1970,15 @@ """ Private slot to show the about information. """ - E5MessageBox.about(self, self.trUtf8("eric5 Web Browser"), self.trUtf8( - """<b>eric5 Web Browser - {0}</b>""" - """<p>The eric5 Web Browser is a combined help file and HTML""" - """ browser. It is part of the eric5 development toolset.</p>""" - ).format(Version)) + E5MessageBox.about( + self, + self.trUtf8("eric5 Web Browser"), + self.trUtf8( + """<b>eric5 Web Browser - {0}</b>""" + """<p>The eric5 Web Browser is a combined help file and HTML""" + """ browser. It is part of the eric5 development""" + """ toolset.</p>""" + ).format(Version)) def __aboutQt(self): """ @@ -2767,7 +2771,8 @@ @param message message to be shown (string) """ - E5MessageBox.warning(self, + E5MessageBox.warning( + self, self.trUtf8("eric5 Web Browser"), message) @@ -2810,7 +2815,8 @@ @param msg message sent by the help engine (string) """ - E5MessageBox.warning(self, + E5MessageBox.warning( + self, self.trUtf8("Help Engine"), msg) def __aboutToShowSettingsMenu(self): @@ -3524,7 +3530,8 @@ @param msg error message (str) """ - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8("VirusTotal Scan"), self.trUtf8("""<p>The VirusTotal scan could not be""" """ scheduled.<p>\n<p>Reason: {0}</p>""").format(msg))