summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/mainwindow.cc')
-rw-r--r--plugingui/mainwindow.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc
index dde0ef0..c8cfb71 100644
--- a/plugingui/mainwindow.cc
+++ b/plugingui/mainwindow.cc
@@ -30,6 +30,7 @@
#include <version.h>
#include "painter.h"
+#include "utf8.h"
#include <string>
@@ -158,7 +159,7 @@ std::string MainWindow::getAboutText()
" Authors\n"
"=============\n"
"\n");
- about_text.append(authors.data());
+ about_text.append(UTF8().toLatin1(authors.data()));
// GPL
about_text.append(