mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Add high resolution of computer.ico and replace regedit.ico with the tango config one. (was just a generic application icon)
svn path=/trunk/; revision=20982
This commit is contained in:
parent
d9920a6073
commit
e1d2b36974
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 49 KiB |
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 29 KiB |
|
@ -414,7 +414,7 @@ static BOOL InitTreeViewImageLists(HWND hwndTV)
|
|||
|
||||
/* Create the image list. */
|
||||
if ((himl = ImageList_Create(CX_ICON, CY_ICON,
|
||||
ILC_MASK, 0, NUM_ICONS)) == NULL)
|
||||
ILC_MASK|ILC_COLOR32, 0, NUM_ICONS)) == NULL)
|
||||
return FALSE;
|
||||
|
||||
/* Add the open file, closed file, and document bitmaps. */
|
||||
|
|
Loading…
Reference in a new issue