make GedMurphy happy

svn path=/trunk/; revision=20743
This commit is contained in:
Christoph von Wittich 2006-01-08 23:49:15 +00:00
parent 985468e1ef
commit 88d5da795e

View file

@ -46,7 +46,7 @@ RefreshServiceList(VOID)
/* Create the icon image lists */
hSmall = ImageList_Create(GetSystemMetrics(SM_CXSMICON),
GetSystemMetrics(SM_CYSMICON), ILC_MASK, 1, 1);
GetSystemMetrics(SM_CYSMICON), ILC_MASK | ILC_COLOR16, 1, 1);
/* Add an icon to each image list */
hiconItem = LoadImage(hInstance, MAKEINTRESOURCE(IDI_SM_ICON), IMAGE_ICON, 16, 16, 0);