shell32: Fix a copy & paste typo.

This commit is contained in:
Detlef Riekenberg 2013-04-26 22:12:57 +02:00 committed by Alexandre Julliard
parent ace442f3b7
commit ea516bfc10
1 changed files with 1 additions and 1 deletions

View File

@ -904,7 +904,7 @@ HRESULT WINAPI SHGetStockIconInfo(SHSTOCKICONID id, UINT flags, SHSTOCKICONINFO
GetSystemDirectoryW(sii->szPath, MAX_PATH);
/* no icons defined: use default */
sii->iIcon = -IDI_SHELL_DOCUMENT,
sii->iIcon = -IDI_SHELL_DOCUMENT;
lstrcatW(sii->szPath, shell32dll);
if (flags)