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:
Maarten Bosma 2006-01-22 15:40:43 +00:00
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

View file

@ -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. */