mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Update error message.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37244 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0de73b8866
commit
f7bfb018a7
@ -997,7 +997,7 @@ bool prefs2prefs(FileName const & filename, FileName const & tempfile, bool lfun
|
||||
|
||||
cmd_ret const ret = runCommand(command_str);
|
||||
if (ret.first != 0) {
|
||||
LYXERR0("Could not run bind file conversion script prefs2prefs.py.");
|
||||
LYXERR0("Could not run file conversion script prefs2prefs.py.");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user