mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Another one.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
31d7519b13
commit
f1cc71b3b5
@ -1623,7 +1623,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
|
||||
LYXERR(Debug::LYXVC, "Directory: " << path);
|
||||
FileName pp(path);
|
||||
if (!pp.isReadableDirectory()) {
|
||||
lyxerr<< _("Directory is not readable.\n");
|
||||
lyxerr << _("Directory is not accessible.") << endl;
|
||||
break;
|
||||
}
|
||||
support::PathChanger p(pp);
|
||||
|
Loading…
Reference in New Issue
Block a user