[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
This commit is contained in:
David Quintana 2014-03-13 12:36:48 +00:00
parent 487cfe837d
commit 3e2aafdb95

View file

@ -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'