mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Typo.
This commit is contained in:
parent
34f0aedabc
commit
0894a17e33
@ -2978,7 +2978,7 @@ GuiApplication::ReturnValues GuiApplication::readUIFile(FileName ui_path)
|
||||
QString const file = toqstr(lex.getString());
|
||||
bool const success = readUIFile(file, true);
|
||||
if (!success) {
|
||||
LYXERR0("Failed to read inlcuded file: " << fromqstr(file));
|
||||
LYXERR0("Failed to read included file: " << fromqstr(file));
|
||||
return ReadError;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user