mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25188 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9ad6b86d7b
commit
bd1848375e
@ -31,7 +31,7 @@ namespace frontend {
|
|||||||
static QString credits()
|
static QString credits()
|
||||||
{
|
{
|
||||||
QString res;
|
QString res;
|
||||||
QFile file(toqstr(package().system_support().absFilename()) + "CREDITS");
|
QFile file(toqstr(package().system_support().absFilename()) + "/CREDITS");
|
||||||
QTextStream out(&res);
|
QTextStream out(&res);
|
||||||
|
|
||||||
if (file.isReadable()) {
|
if (file.isReadable()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user