* and another one. Trying to compile before committing would make sense sometimes :-/

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21318 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2007-11-01 09:16:23 +00:00
parent ee17120d5b
commit 1b4345ac31

View File

@ -366,7 +366,7 @@ bool TextClass::read(FileName const & filename, ReadType rt)
break; break;
case TC_DEFAULTFONT: case TC_DEFAULTFONT:
defaultfont_ = lyxRead(lexrc); defaultfont_ = lyxRead(lexrc, sane_font);
if (!defaultfont_.resolved()) { if (!defaultfont_.resolved()) {
lexrc.printError("Warning: defaultfont should " lexrc.printError("Warning: defaultfont should "
"be fully instantiated!"); "be fully instantiated!");