Andrew Nguyen : oleaut32/tests: Update a comment about PNG support in OLE picture tests.

Alexandre Julliard julliard at winehq.org
Thu May 20 11:03:03 CDT 2010


Module: wine
Branch: master
Commit: b8fb1c97a1d9fc62af0c95c4f32d5612396ce3d0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b8fb1c97a1d9fc62af0c95c4f32d5612396ce3d0

Author: Andrew Nguyen <anguyen at codeweavers.com>
Date:   Wed May 19 22:26:25 2010 -0500

oleaut32/tests: Update a comment about PNG support in OLE picture tests.

---

 dlls/oleaut32/tests/olepicture.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/oleaut32/tests/olepicture.c b/dlls/oleaut32/tests/olepicture.c
index 8ea1a2a..3208368 100644
--- a/dlls/oleaut32/tests/olepicture.c
+++ b/dlls/oleaut32/tests/olepicture.c
@@ -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();




More information about the wine-cvs mailing list