mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[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:
parent
487cfe837d
commit
3e2aafdb95
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue