reword warning to make it less confusing

This commit is contained in:
David Rose 2003-08-25 16:24:24 +00:00
parent 1a49d51793
commit 1d5a30bdb0

View File

@ -129,8 +129,8 @@ DynamicTextFont(const Filename &font_filename, int face_index) {
<< *this << " has no default Unicode charmap.\n"; << *this << " has no default Unicode charmap.\n";
if (_face->num_charmaps > 1) { if (_face->num_charmaps > 1) {
text_cat.warning() text_cat.warning()
<< "Choosing arbitrary charmap of " << _face->num_charmaps << "Arbitrarily choosing first of "
<< ".\n"; << _face->num_charmaps << " charmaps.\n";
} }
FT_Set_Charmap(_face, _face->charmaps[0]); FT_Set_Charmap(_face, _face->charmaps[0]);
} }