missed this, apologies for spamming
authorGed Murphy <gedmurphy@reactos.org>
Thu, 20 Dec 2007 15:43:27 +0000 (15:43 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Thu, 20 Dec 2007 15:43:27 +0000 (15:43 +0000)
svn path=/trunk/; revision=31357

reactos/dll/win32/user32/windows/bitmap.c

index 3f542ed..139a2c8 100644 (file)
@@ -799,7 +799,7 @@ CopyIcoCur(HANDLE hIconCur,
 
     if (flags & LR_COPYFROMRESOURCE)
     {
-        FIXME("FIXME: LR_COPYFROMRESOURCE is yet not implemented for icons\n");
+        TRACE("FIXME: LR_COPYFROMRESOURCE is yet not implemented for icons\n");
     }
 
     if (NtUserGetIconSize(hIconCur, 0, &origSize.cx, &origSize.cy))