]> git.lyx.org Git - features.git/commitdiff
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4943 .
authorPavel Sanda <sanda@lyx.org>
Mon, 7 Jul 2008 23:41:19 +0000 (23:41 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 7 Jul 2008 23:41:19 +0000 (23:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25503 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiAbout.cpp

index ce1427adfabb965ce9b1b4dcc760bbb6c38803de..4514fc7fb4e2112e03bbd31b5b95b8fdbbed3983 100644 (file)
@@ -41,6 +41,7 @@ static QString credits()
        } else {
                file.open(QIODevice::ReadOnly);
                QTextStream ts(&file);
+               ts.setCodec("UTF-8");
                QString line;
                do {
                        line = ts.readLine();