[SHELL32] Fix "Fonts" and "Administrative Tools" icon incorrectly displayed after 8d520f3 (#4597)

CORE-18251
This commit is contained in:
Thamatip Chitpong 2022-08-08 16:46:20 +07:00 committed by GitHub
parent 2220e566a2
commit f7d068e2bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ HKCR
val '{305CA226-D286-468e-B848-2B2E8E697B74} 2' = d '5'
val InfoTip = e '@%%SystemRoot%%\system32\SHELL32.dll,-22921'
val LocalizedString = e '@%%SystemRoot%%\system32\SHELL32.dll,-22982'
DefaultIcon = e '%%SystemRoot%%\system32\main.cpl,10'
DefaultIcon = e '%%SystemRoot%%\system32\main.cpl,-500'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'

View file

@ -7,7 +7,7 @@ HKCR
val '{305CA226-D286-468e-B848-2B2E8E697B74} 2' = d '&Hffffffff'
val InfoTip = e '@%%SystemRoot%%\system32\SHELL32.dll,-22920'
val LocalizedString = e '@%%SystemRoot%%\system32\SHELL32.dll,-22981'
DefaultIcon = e '%%SystemRoot%%\system32\main.cpl,9'
DefaultIcon = e '%%SystemRoot%%\system32\main.cpl,-400'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'Apartment'