I wonder, if Eric actually compiles before committing (AKA "merry christmas" commit :) ).

svn path=/trunk/; revision=31431
This commit is contained in:
Aleksey Bragin 2007-12-25 12:56:11 +00:00
parent 13db85781b
commit aebd438db0

View file

@ -101,7 +101,7 @@ OnInitDialog(HWND hwndDlg)
/* 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);