diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 18:08:28 +0100 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2021-03-06 18:08:28 +0100 |
| commit | d114e97f05cbe7656cc20d9c8096f243cfe30093 (patch) | |
| tree | 4d9c1f14956ba8d133d3700e47ac8a2b640b8220 /src/protocols | |
| parent | f616e903c755b6b09bf0157ab6236fa6d77a80e5 (diff) | |
| download | kristall-d114e97f05cbe7656cc20d9c8096f243cfe30093.tar.gz | |
Resolves gophermap rendering. Closes #22.
Diffstat (limited to 'src/protocols')
| -rw-r--r-- | src/protocols/abouthandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/abouthandler.cpp b/src/protocols/abouthandler.cpp index 8a60962..46fa643 100644 --- a/src/protocols/abouthandler.cpp +++ b/src/protocols/abouthandler.cpp @@ -26,7 +26,7 @@ bool AboutHandler::startRequest(const QUrl &url, ProtocolHandler::RequestOptions { QByteArray document; - document.append(tr("# Favourites\n")); + document.append(tr("# Favourites\n").toUtf8()); QString current_group; |
