Change-Id: I056709aa000c8d65039b6177ff0466c9c84362b4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Robert Loehning
2013-02-12 13:16:38 +01:00
parent b3c63795bf
commit 70dea6e5d1

View File

@@ -173,7 +173,7 @@ void HelpViewer::setSource(const QUrl &url)
: HelpViewer::tr("<html><head><meta http-equiv=\"" : HelpViewer::tr("<html><head><meta http-equiv=\""
"content-type\" content=\"text/html; charset=UTF-8\"><title>Error 404...</title>" "content-type\" content=\"text/html; charset=UTF-8\"><title>Error 404...</title>"
"</head><body><div align=\"center\"><br/><br/><h1>The page could not be found</h1>" "</head><body><div align=\"center\"><br/><br/><h1>The page could not be found</h1>"
"<br/><h3>'%1'</h3></div></body>") "<br/><h3>'%1'</h3></div></body></html>")
.arg(url.toString())); .arg(url.toString()));
emit loadFinished(true); emit loadFinished(true);