Specify the used charset, fixes e.g. polish translation.

This commit is contained in:
kh1
2010-11-18 15:58:55 +01:00
parent c448ae842d
commit 71033d5d9a

View File

@@ -51,9 +51,10 @@ const QString HelpViewer::AboutBlankPage =
QCoreApplication::translate("HelpViewer", "<title>about:blank</title>"); QCoreApplication::translate("HelpViewer", "<title>about:blank</title>");
const QString HelpViewer::PageNotFoundMessage = const QString HelpViewer::PageNotFoundMessage =
QCoreApplication::translate("HelpViewer", "<title>Error 404...</title><div " QCoreApplication::translate("HelpViewer", "<html><head><meta http-equiv=\""
"align=\"center\"><br><br><h1>The page could not be found</h1><br><h3>'%1'" "content-type\" content=\"text/html; charset=UTF-8\"><title>Error 404...</title>"
"</h3></div>"); "</head><body><div align=\"center\"><br><br><h1>The page could not be found</h1>"
"<br><h3>'%1'</h3></div></body>");
struct ExtensionMap { struct ExtensionMap {
const char *extension; const char *extension;