[SHELL32]

- CPrinterFolder: Use the printer icon for printers not the icon for printers folder.

svn path=/trunk/; revision=72778
This commit is contained in:
Giannis Adamopoulos 2016-09-23 15:51:53 +00:00
parent 4a71e9a2bc
commit ed87e2056d

View file

@ -58,7 +58,7 @@ HRESULT WINAPI CPrintersExtractIconW_CreateInstane(LPCITEMIDLIST pidl, REFIID ri
return NULL;
/* FIXME: other icons for default, network, print to file */
initIcon->SetNormalIcon(swShell32Name, -IDI_SHELL_PRINTERS_FOLDER);
initIcon->SetNormalIcon(swShell32Name, -IDI_SHELL_PRINTER);
return initIcon->QueryInterface(riid,ppv);
}