From 3287e13f6f662c45a38f4c63ff3cdc958cf64e5b Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 26 Aug 2012 11:17:37 +0000 Subject: [PATCH] [GDI32_APITEST] - Actually run the CreateIconIndirect test when it's called svn path=/trunk/; revision=57164 --- rostests/apitests/gdi32/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/apitests/gdi32/testlist.c b/rostests/apitests/gdi32/testlist.c index 9132a883974..86a2d0da077 100644 --- a/rostests/apitests/gdi32/testlist.c +++ b/rostests/apitests/gdi32/testlist.c @@ -75,7 +75,7 @@ const struct test winetest_testlist[] = { "CreateDIBPatternBrush", func_CreateDIBPatternBrush }, { "CreateFont", func_CreateFont }, { "CreateFontIndirect", func_CreateFontIndirect }, - { "CreateIconIndirect", func_CreateFontIndirect }, + { "CreateIconIndirect", func_CreateIconIndirect }, { "CreatePen", func_CreatePen }, { "CreateRectRgn", func_CreateRectRgn }, { "DPtoLP", func_DPtoLP },