make the dbg messages a tiny bit clearer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10668 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-12-18 18:39:42 +00:00
parent 3fd20621a5
commit 863e0fc180

View File

@ -435,8 +435,8 @@ void setComboxFont(QComboBox * cb, string const & family, string const & foundry
font.setStyleHint(QFont::TypeWriter);
font.setFamily(family.c_str());
} else {
lyxerr << "FAILED to find the default font !"
<< foundry << ", " << family << endl;
lyxerr << "FAILED to find the default font: '"
<< foundry << "', '" << family << '\''<< endl;
return;
}
@ -454,8 +454,8 @@ void setComboxFont(QComboBox * cb, string const & family, string const & foundry
}
}
lyxerr << "FAILED to find the font !"
<< foundry << ", " << family << endl;
lyxerr << "FAILED to find the font: '"
<< foundry << "', '" << family << '\'' <<endl;
}
} // end namespace anon