mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
3fd20621a5
commit
863e0fc180
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user