Helpviewer/Network/QtHelpAccessHandler.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3145
a9de05d4a22f
diff -r 10516539f238 -r 0a02c433f52d Helpviewer/Network/QtHelpAccessHandler.py
--- a/Helpviewer/Network/QtHelpAccessHandler.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Helpviewer/Network/QtHelpAccessHandler.py	Fri Nov 01 15:48:48 2013 +0100
@@ -117,7 +117,8 @@
         if self.__engine.findFile(url).isValid():
             data = self.__engine.fileData(url)
         else:
-            data = QByteArray(self.trUtf8("""<title>Error 404...</title>"""
+            data = QByteArray(self.trUtf8(
+                """<title>Error 404...</title>"""
                 """<div align="center"><br><br>"""
                 """<h1>The page could not be found</h1><br>"""
                 """<h3>'{0}'</h3></div>""").format(strUrl).encode("utf-8"))

eric ide

mercurial