mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
Backport
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28208 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e941980eed
commit
c38fe91fbe
@ -1613,7 +1613,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);
|
||||
|
@ -104,9 +104,9 @@ static QString version()
|
||||
loc_release_date = toqstr(lyx_release_date);
|
||||
}
|
||||
docstring version_date =
|
||||
bformat(_("LyX Version %1$s\n(%2$s)\n\n"),
|
||||
bformat(_("LyX Version %1$s\n(%2$s)"),
|
||||
from_ascii(lyx_version),
|
||||
qstring_to_ucs4(loc_release_date));
|
||||
qstring_to_ucs4(loc_release_date))+"\n\n";
|
||||
QString res;
|
||||
QTextStream out(&res);
|
||||
out << toqstr(version_date);
|
||||
|
Loading…
Reference in New Issue
Block a user