Sun, 12 Feb 2012 16:53:58 +0100
A little fix to the web browser error page.
--- a/Helpviewer/HelpBrowserWV.py Sat Feb 11 19:05:21 2012 +0100 +++ b/Helpviewer/HelpBrowserWV.py Sun Feb 12 16:53:58 2012 +0100 @@ -258,6 +258,7 @@ return False errorPage = sip.cast(output, QWebPage.ErrorPageExtensionReturn) + errorPage.baseUrl = info.url urlString = bytes(info.url.toEncoded()).decode() html = notFoundPage_html title = self.trUtf8("Error loading page: {0}").format(urlString)