diff --git a/reactos/dll/win32/shell32/COpenWithMenu.cpp b/reactos/dll/win32/shell32/COpenWithMenu.cpp index 8e141e89ac8..56c3a9ccd65 100644 --- a/reactos/dll/win32/shell32/COpenWithMenu.cpp +++ b/reactos/dll/win32/shell32/COpenWithMenu.cpp @@ -981,7 +981,7 @@ VOID COpenWithDialog::Init(HWND hwnd) /* Init treeview */ m_hTreeView = GetDlgItem(hwnd, 14002); - m_hImgList = ImageList_Create(16, 16, ILC_COLOR24 | ILC_MASK, m_pAppList->GetCount() + 1, m_pAppList->GetCount() + 1); + m_hImgList = ImageList_Create(16, 16, ILC_COLOR32 | ILC_MASK, m_pAppList->GetCount() + 1, m_pAppList->GetCount() + 1); (void)TreeView_SetImageList(m_hTreeView, m_hImgList, TVSIL_NORMAL); /* If there are some recommendations add parent nodes: Recommended and Others */ diff --git a/reactos/dll/win32/shell32/icon_res.rc b/reactos/dll/win32/shell32/icon_res.rc index 0c212a612b2..31326738158 100644 --- a/reactos/dll/win32/shell32/icon_res.rc +++ b/reactos/dll/win32/shell32/icon_res.rc @@ -49,8 +49,8 @@ IDI_SHELL_LOCKED ICON "res/icons/48.ico" IDI_SHELL_DISCONN ICON "res/icons/49.ico" IDI_SHELL_NOT_CONNECTED_HDD ICON "res/icons/54.ico" IDI_SHELL_MULTIPLE_FILES ICON "res/icons/133.ico" -IDI_SHELL_FIND_IN_FILE ICON "res/icons/134.ico" -IDI_SHELL_OPEN_WITH ICON "res/icons/135.ico" +IDI_SHELL_OPEN_WITH ICON "res/icons/134.ico" +IDI_SHELL_FIND_COMPUTER ICON "res/icons/135.ico" IDI_SHELL_CONTROL_PANEL3 ICON "res/icons/137.ico" IDI_SHELL_PRINTER2 ICON "res/icons/138.ico" IDI_SHELL_PRINTER_ADD ICON "res/icons/139.ico" diff --git a/reactos/dll/win32/shell32/shresdef.h b/reactos/dll/win32/shell32/shresdef.h index a918e4c4d0e..0df84561a6e 100644 --- a/reactos/dll/win32/shell32/shresdef.h +++ b/reactos/dll/win32/shell32/shresdef.h @@ -363,8 +363,8 @@ #define IDI_SHELL_DISCONN 49 #define IDI_SHELL_NOT_CONNECTED_HDD 54 #define IDI_SHELL_MULTIPLE_FILES 133 -#define IDI_SHELL_FIND_IN_FILE 134 -#define IDI_SHELL_OPEN_WITH 135 +#define IDI_SHELL_OPEN_WITH 134 +#define IDI_SHELL_FIND_COMPUTER 135 #define IDI_SHELL_CONTROL_PANEL3 137 #define IDI_SHELL_PRINTER2 138 #define IDI_SHELL_PRINTER_ADD 139