git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25188 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-07 12:43:44 +00:00
parent 9ad6b86d7b
commit bd1848375e

View File

@ -31,7 +31,7 @@ namespace frontend {
static QString credits()
{
QString res;
QFile file(toqstr(package().system_support().absFilename()) + "CREDITS");
QFile file(toqstr(package().system_support().absFilename()) + "/CREDITS");
QTextStream out(&res);
if (file.isReadable()) {