riched20: Drop the WINE_ prefix from a FIXME.

This commit is contained in:
Michael Stefaniuc 2012-03-09 16:17:32 +01:00 committed by Alexandre Julliard
parent 9e950b6509
commit 51998b929a

View File

@ -316,7 +316,7 @@ static void ME_DrawTextWithStyle(ME_Context *c, int x, int y, LPCWSTR szText,
hPen = CreatePen(PS_DOT, 1, rgb);
break;
default:
WINE_FIXME("Unknown underline type (%u)\n", s->fmt.bUnderlineType);
FIXME("Unknown underline type (%u)\n", s->fmt.bUnderlineType);
/* fall through */
case CFU_CF1UNDERLINE: /* this type is supported in the font, do nothing */
case CFU_UNDERLINENONE: