forked from qt-creator/qt-creator
Specify the used charset, fixes e.g. polish translation.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user