mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
fix icon loading
replace help icon with tango one use dot.ico from explorer as default icon svn path=/trunk/; revision=20963
This commit is contained in:
parent
02b4ce4fcd
commit
837b237d7f
3 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void InitControls (HWND hwnd)
|
|||
hPopup = LoadMenu(hinst, MAKEINTRESOURCE(IDR_POPUP));
|
||||
|
||||
// Create Tree Icons
|
||||
HIMAGELIST hIcon = ImageList_Create(16,16,ILC_COLOR32,1,1);
|
||||
HIMAGELIST hIcon = ImageList_Create(16, 16, ILC_MASK|ILC_COLOR32, 1, 1);
|
||||
SendMessage(hTree, TVM_SETIMAGELIST, TVSIL_NORMAL, (LPARAM)(HIMAGELIST)hIcon);
|
||||
|
||||
ImageList_AddIcon(hIcon, LoadIcon(hinst, MAKEINTRESOURCE(1)));
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in a new issue