oleaut32/tests: Update a comment about PNG support in OLE picture tests.
authorAndrew Nguyen <anguyen@codeweavers.com>
Thu, 20 May 2010 03:26:25 +0000 (22:26 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 May 2010 14:48:37 +0000 (16:48 +0200)
dlls/oleaut32/tests/olepicture.c

index 8ea1a2aff65993e25d270ca2a57048f0f5c40d1d..32083683737f3ee1cc842c7d639fca93025c8a4b 100644 (file)
@@ -889,7 +889,7 @@ START_TEST(olepicture)
        test_pic(jpgimage, sizeof(jpgimage));
        test_pic(bmpimage, sizeof(bmpimage));
         test_pic(gif4pixel, sizeof(gif4pixel));
-       /* FIXME: No PNG support yet in Wine or in older Windows... */
+       /* FIXME: No PNG support in Windows... */
        if (0) test_pic(pngimage, sizeof(pngimage));
        test_empty_image();
        test_empty_image_2();