diff --git a/reactos/subsys/system/regedit/res/computer.ico b/reactos/subsys/system/regedit/res/computer.ico index 97db787dac5..d62870d0837 100644 Binary files a/reactos/subsys/system/regedit/res/computer.ico and b/reactos/subsys/system/regedit/res/computer.ico differ diff --git a/reactos/subsys/system/regedit/res/regedit.ico b/reactos/subsys/system/regedit/res/regedit.ico index d9811b9b6ac..0a131f10923 100644 Binary files a/reactos/subsys/system/regedit/res/regedit.ico and b/reactos/subsys/system/regedit/res/regedit.ico differ diff --git a/reactos/subsys/system/regedit/treeview.c b/reactos/subsys/system/regedit/treeview.c index 536434a7517..0c0a69b684a 100644 --- a/reactos/subsys/system/regedit/treeview.c +++ b/reactos/subsys/system/regedit/treeview.c @@ -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. */