Detlef Riekenberg : shell32: Fix a copy & paste typo.

Alexandre Julliard julliard at winehq.org
Mon Apr 29 13:55:24 CDT 2013


Module: wine
Branch: master
Commit: ea516bfc10bfe807cf0ea875cdbc567676b09ca9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ea516bfc10bfe807cf0ea875cdbc567676b09ca9

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Fri Apr 26 22:12:57 2013 +0200

shell32: Fix a copy & paste typo.

---

 dlls/shell32/iconcache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/iconcache.c b/dlls/shell32/iconcache.c
index 0c21214..91f0eb5 100644
--- a/dlls/shell32/iconcache.c
+++ b/dlls/shell32/iconcache.c
@@ -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)




More information about the wine-cvs mailing list