summaryrefslogtreecommitdiff
path: root/plugingui/abouttab.cc
diff options
context:
space:
mode:
authorOlivier Humbert <trebmuh@tuxfamily.org>2020-08-28 23:07:48 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-08-30 15:59:32 +0200
commita6d9ec29f1841cc675bc2897175d9920029e4a08 (patch)
tree870c94060005b4acd1be492c57086ed47eec3736 /plugingui/abouttab.cc
parentc09563fe18c1f29affc3bae6a122824e2ffcb706 (diff)
Tranlate the AboutTab.
Diffstat (limited to 'plugingui/abouttab.cc')
-rw-r--r--plugingui/abouttab.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc
index 8a8f737..8ffb464 100644
--- a/plugingui/abouttab.cc
+++ b/plugingui/abouttab.cc
@@ -83,7 +83,7 @@ std::string AboutTab::getAboutText()
" About\n"
"=============\n"
"\n");
- about_text.append(getLocalizedFile(":../ABOUT"));
+ about_text.append(UTF8().toLatin1(getLocalizedFile(":../ABOUT")));
// Version
about_text.append(
@@ -101,7 +101,7 @@ std::string AboutTab::getAboutText()
" Bugs\n"
"=============\n"
"\n");
- about_text.append(getLocalizedFile(":../BUGS"));
+ about_text.append(UTF8().toLatin1(getLocalizedFile(":../BUGS")));
// Authors
about_text.append(