mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Amend d6285d5
, copy & paste error, urrrrg
This commit is contained in:
parent
d6285d52e7
commit
187824da3c
@ -195,7 +195,7 @@ FileName Package::messages_file(string const & c) const
|
||||
if (in_build_dir_) {
|
||||
FileName res = FileName(lyx_dir().absFileName() + "/po/" + c + ".gmo");
|
||||
if (!res.isReadableFile())
|
||||
res = FileName(top_srcdir().absFileName() + "../po/" + c + ".gmo");
|
||||
res = FileName(lyx_dir().absFileName() + "../po/" + c + ".gmo");
|
||||
if (!res.isReadableFile())
|
||||
res = FileName(top_srcdir().absFileName() + "/po/" + c + ".gmo");
|
||||
return res;
|
||||
|
Loading…
Reference in New Issue
Block a user