From b40fdf252c41eb96ca9ff69b10aba5fe927ddfee Mon Sep 17 00:00:00 2001 From: Daniel Reimer Date: Mon, 10 Aug 2015 13:14:40 +0000 Subject: [PATCH] [EVENTVWR] .... sorry, forgot this... svn path=/trunk/; revision=68663 --- reactos/base/applications/mscutils/eventvwr/eventvwr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/base/applications/mscutils/eventvwr/eventvwr.c b/reactos/base/applications/mscutils/eventvwr/eventvwr.c index 8002b5690ea..5b927915a19 100644 --- a/reactos/base/applications/mscutils/eventvwr/eventvwr.c +++ b/reactos/base/applications/mscutils/eventvwr/eventvwr.c @@ -1112,7 +1112,7 @@ InitInstance(HINSTANCE hInstance, // Create the ImageList hSmall = ImageList_Create(GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON), - ILC_MASK, + ILC_COLOR32, 1, 1);