Skip to content
Snippets Groups Projects
Commit 71033d5d authored by kh1's avatar kh1
Browse files

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

parent c448ae84
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,10 @@ const QString HelpViewer::AboutBlankPage =
QCoreApplication::translate("HelpViewer", "<title>about:blank</title>");
const QString HelpViewer::PageNotFoundMessage =
QCoreApplication::translate("HelpViewer", "<title>Error 404...</title><div "
"align=\"center\"><br><br><h1>The page could not be found</h1><br><h3>'%1'"
"</h3></div>");
QCoreApplication::translate("HelpViewer", "<html><head><meta http-equiv=\""
"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>"
"<br><h3>'%1'</h3></div></body>");
struct ExtensionMap {
const char *extension;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment