Author: fireball Date: Tue Dec 25 15:56:11 2007 New Revision: 31431
URL: http://svn.reactos.org/svn/reactos?rev=31431&view=rev Log: I wonder, if Eric actually compiles before committing (AKA "merry christmas" commit :) ).
Modified: trunk/reactos/dll/cpl/usrmgr/groups.c
Modified: trunk/reactos/dll/cpl/usrmgr/groups.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/groups.c?rev... ============================================================================== --- trunk/reactos/dll/cpl/usrmgr/groups.c (original) +++ trunk/reactos/dll/cpl/usrmgr/groups.c Tue Dec 25 15:56:11 2007 @@ -101,7 +101,7 @@ /* Create the image list */ hImgList = ImageList_Create(16,16,ILC_COLOR8 | ILC_MASK,5,5); hIcon = LoadImage(hApplet,MAKEINTRESOURCE(IDI_GROUP),IMAGE_ICON,16,16,LR_DEFAULTCOLOR); - Index[0] = ImageList_AddIcon(hImgList,hIcon); + ImageList_AddIcon(hImgList,hIcon); DestroyIcon(hIcon);
hwndListView = GetDlgItem(hwndDlg, IDC_GROUPS_LIST);