mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:25:55 +00:00
I wonder, if Eric actually compiles before committing (AKA "merry christmas" commit :) ).
svn path=/trunk/; revision=31431
This commit is contained in:
parent
13db85781b
commit
aebd438db0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue