Add high resolution of computer.ico and replace regedit.ico with the tango config one. (was just a generic application icon)
Modified: trunk/reactos/subsys/system/regedit/res/computer.ico Modified: trunk/reactos/subsys/system/regedit/res/regedit.ico Modified: trunk/reactos/subsys/system/regedit/treeview.c
(Binary files differ)
(Binary files differ)
--- trunk/reactos/subsys/system/regedit/treeview.c 2006-01-22 15:14:43 UTC (rev 20981) +++ trunk/reactos/subsys/system/regedit/treeview.c 2006-01-22 15:40:43 UTC (rev 20982) @@ -414,7 +414,7 @@
/* 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. */