riched20: Drop the WINE_ prefix from a FIXME.

Michael Stefaniuc mstefani at redhat.de
Fri Mar 9 09:17:32 CST 2012


---
 dlls/riched20/paint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/riched20/paint.c b/dlls/riched20/paint.c
index 6b13fb5..e1f838e 100644
--- a/dlls/riched20/paint.c
+++ b/dlls/riched20/paint.c
@@ -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:
-- 
1.7.7.6



More information about the wine-patches mailing list