[SHELL32]

don't use 16 color icons in OpenWithDialog
CORE-9379

svn path=/trunk/; revision=66754
This commit is contained in:
Christoph von Wittich 2015-03-17 09:59:53 +00:00
parent f04c5e01f1
commit b9df25fdc3

View file

@ -981,7 +981,7 @@ VOID COpenWithDialog::Init(HWND hwnd)
/* Init treeview */
m_hTreeView = GetDlgItem(hwnd, 14002);
m_hImgList = ImageList_Create(16, 16, 0, m_pAppList->GetCount() + 1, m_pAppList->GetCount() + 1);
m_hImgList = ImageList_Create(16, 16, ILC_COLOR24 | 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 */