This commit is contained in:
Juergen Spitzmueller 2016-10-27 19:58:01 +02:00
parent 34f0aedabc
commit 0894a17e33

View File

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