[SHELL32]

use 16x16 icons instead of scaled down 32x32 icons in openwithmenu
CORE-9379

svn path=/trunk/; revision=66755
This commit is contained in:
Christoph von Wittich
2015-03-17 15:14:13 +00:00
parent b9df25fdc3
commit 0b7e5d37e3
+1 -1
View File
@@ -211,7 +211,7 @@ HICON COpenWithList::GetIcon(SApp *pApp)
WCHAR wszPath[MAX_PATH];
GetPathFromCmd(wszPath, pApp->wszCmd);
pApp->hIcon = ExtractIconW(shell32_hInstance, wszPath, 0);
ExtractIconExW(wszPath, 0, NULL, &pApp->hIcon, 1);
}
TRACE("%ls icon: %p\n", pApp->wszFilename, pApp->hIcon);