From 3e2aafdb95d09f25fd3a4fb24cb7546392a76706 Mon Sep 17 00:00:00 2001 From: David Quintana Date: Thu, 13 Mar 2014 12:36:48 +0000 Subject: [PATCH] [SHELL32] * Use the correct icon for the "My Computer" item. Patch by Robert Naumann. CORE-7979 #resolve #comment Applied to shell-experiments branch. Thanks. svn path=/branches/shell-experiments/; revision=62488 --- dll/win32/shell32/res/rgs/mycomputer.rgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/shell32/res/rgs/mycomputer.rgs b/dll/win32/shell32/res/rgs/mycomputer.rgs index 2f9f4eedff4..1855c077ccc 100644 --- a/dll/win32/shell32/res/rgs/mycomputer.rgs +++ b/dll/win32/shell32/res/rgs/mycomputer.rgs @@ -7,7 +7,7 @@ HKCR val 'InfoTip' = e '@%%SystemRoot%%\system32\SHELL32.dll,-22913' val 'IntroText' = e '@%%SystemRoot%%\system32\SHELL32.dll,-31751' val 'LocalizedString' = e '@%%SystemRoot%%\system32\SHELL32.dll,-9216' - DefaultIcon = e '%%SystemRoot%%\Explorer.exe,0' + DefaultIcon = e '%%SystemRoot%%\system32\SHELL32.dll,-16' InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Apartment'