Another one.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-17 13:38:21 +00:00
parent 31d7519b13
commit f1cc71b3b5

View File

@ -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);