mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32]
use 16x16 icons instead of scaled down 32x32 icons in openwithmenu CORE-9379 svn path=/trunk/; revision=66755
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user