Module: wine
Branch: master
Commit: 51998b929a31d30c106ecfca2864208c1d305061
URL: http://source.winehq.org/git/wine.git/?a=commit;h=51998b929a31d30c106ecfca2…
Author: Michael Stefaniuc <mstefani(a)redhat.de>
Date: Fri Mar 9 16:17:32 2012 +0100
riched20: Drop the WINE_ prefix from a FIXME.
---
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: