gdi32: Downgrade a FIXME to a WARN.

This commit is contained in:
Mike McCormack 2006-11-09 13:15:16 +09:00 committed by Alexandre Julliard
parent 2f540b8602
commit f76d3c259c
1 changed files with 1 additions and 1 deletions

View File

@ -2426,7 +2426,7 @@ GdiFont *WineEngCreateFontInstance(DC *dc, HFONT hfont)
face = LIST_ENTRY(face_elem_ptr, Face, entry);
if(face->scalable) {
csi.fs.fsCsb[0] = 0;
FIXME("just using first face for now\n");
WARN("just using first face for now\n");
goto found;
}
if(can_use_bitmap && !last_resort_family)