Cosmetic.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22757 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-02-03 00:32:02 +00:00
parent 122bbf4122
commit cee09578e6

View File

@ -258,8 +258,7 @@ bool TextClass::read(FileName const & filename, ReadType rt)
"layout");
if (tmp.empty()) {
lexrc.printError("Could not find input"
"file: " + inc);
lexrc.printError("Could not find input file: " + inc);
error = true;
} else if (read(tmp, MERGE)) {
lexrc.printError("Error reading input"