mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:22:58 +00:00
[SHELL32]
- CPrinterFolder: Use the printer icon for printers not the icon for printers folder. svn path=/trunk/; revision=72778
This commit is contained in:
parent
4a71e9a2bc
commit
ed87e2056d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ HRESULT WINAPI CPrintersExtractIconW_CreateInstane(LPCITEMIDLIST pidl, REFIID ri
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
/* FIXME: other icons for default, network, print to file */
|
/* 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);
|
return initIcon->QueryInterface(riid,ppv);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue