mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
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. */
|
||||
|
||||
Reference in New Issue
Block a user