mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32502 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
68957712dd
commit
62adbdd307
@ -109,7 +109,7 @@ int Systemcall::startscript(Starttype how, string const & what, bool process_eve
|
|||||||
|
|
||||||
d.startProcess(cmd);
|
d.startProcess(cmd);
|
||||||
if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
|
if (!d.waitWhile(SystemcallPrivate::Starting, process_events, -1)) {
|
||||||
LYXERR0("Systemcall: '" << cmd << " did not start!");
|
LYXERR0("Systemcall: '" << cmd << "' did not start!");
|
||||||
LYXERR0("error " << d.errorMessage());
|
LYXERR0("error " << d.errorMessage());
|
||||||
return 10;
|
return 10;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user