]> git.lyx.org Git - lyx.git/commitdiff
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4923 .
authorPavel Sanda <sanda@lyx.org>
Sat, 7 Jun 2008 12:43:44 +0000 (12:43 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 7 Jun 2008 12:43:44 +0000 (12:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25188 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiAbout.cpp

index ff6254e26de0db1c1de6fedc392fddd8c520f214..ce1427adfabb965ce9b1b4dcc760bbb6c38803de 100644 (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()) {