https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f7d068e2bd15633b7a403…
commit f7d068e2bd15633b7a40397ccc3a664fb3c855cf
Author: Thamatip Chitpong <tangaming123456(a)outlook.com>
AuthorDate: Mon Aug 8 16:46:20 2022 +0700
Commit: GitHub <noreply(a)github.com>
CommitDate: Mon Aug 8 18:46:20 2022 +0900
[SHELL32] Fix "Fonts" and "Administrative Tools" icon incorrectly
displayed after 8d520f3 (#4597)
CORE-18251
---
dll/win32/shell32/res/rgs/adminfoldershortcut.rgs | 2 +-
dll/win32/shell32/res/rgs/fontsfoldershortcut.rgs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dll/win32/shell32/res/rgs/adminfoldershortcut.rgs
b/dll/win32/shell32/res/rgs/adminfoldershortcut.rgs
index bc66450a2af..7ba6ee8b348 100644
--- a/dll/win32/shell32/res/rgs/adminfoldershortcut.rgs
+++ b/dll/win32/shell32/res/rgs/adminfoldershortcut.rgs
@@ -7,7 +7,7 @@ HKCR
val '{305CA226-D286-468e-B848-2B2E8E697B74} 2' = d '5'
val InfoTip = e '(a)%%SystemRoot%%\system32\SHELL32.dll,-22921'
val LocalizedString = e '(a)%%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'
diff --git a/dll/win32/shell32/res/rgs/fontsfoldershortcut.rgs
b/dll/win32/shell32/res/rgs/fontsfoldershortcut.rgs
index 5ab751d1342..eb4ed407b7e 100644
--- a/dll/win32/shell32/res/rgs/fontsfoldershortcut.rgs
+++ b/dll/win32/shell32/res/rgs/fontsfoldershortcut.rgs
@@ -7,7 +7,7 @@ HKCR
val '{305CA226-D286-468e-B848-2B2E8E697B74} 2' = d '&Hffffffff'
val InfoTip = e '(a)%%SystemRoot%%\system32\SHELL32.dll,-22920'
val LocalizedString = e '(a)%%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'