mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
I wonder, if Eric actually compiles before committing (AKA "merry christmas" commit :) ).
svn path=/trunk/; revision=31431
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user