git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-07-07 23:41:19 +00:00
parent 6119906dc0
commit 052b9a8874

View 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();