https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f630bbce0a6851cd9dd5df14468617ee33771584
commit f630bbce0a6851cd9dd5df14468617ee33771584 Author: Katayama Hirofumi MZ <[email protected]> AuthorDate: Mon Nov 27 21:19:05 2023 +0900 Commit: Katayama Hirofumi MZ <[email protected]> CommitDate: Mon Nov 27 21:19:05 2023 +0900 [IEXPLORE][INF] Follow-up of 76b25a7 Adapt icon location to ReactOS. CORE-18625 --- base/applications/iexplore/iexplore.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/iexplore/iexplore.inf b/base/applications/iexplore/iexplore.inf index 49ed75c74d0..655599ae755 100644 --- a/base/applications/iexplore/iexplore.inf +++ b/base/applications/iexplore/iexplore.inf @@ -26,7 +26,7 @@ HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,0x00020000,"%SystemRoot%\system32\she HKCR,"CLSID\%CLSID_Internet%\Shell",,,"open" HKCR,"CLSID\%CLSID_Internet%\Shell\open",,,"" HKCR,"CLSID\%CLSID_Internet%\Shell\open\Command",,,"rundll32.exe url,OpenURL https://google.com" -HKCR,"CLSID\%CLSID_Internet%\ShellFolder","",,"@%SystemRoot%\system32\ieframe.dll,-190" +HKCR,"CLSID\%CLSID_Internet%\ShellFolder","",,"@%SystemRoot%\system32\shell32.dll,-512" HKCR,"CLSID\%CLSID_Internet%\ShellFolder","Attributes",0x10001,0x24 HKCR,"CLSID\%CLSID_Internet%\ShellFolder","HideAsDeletePerUser",,"" HKCR,"CLSID\%CLSID_Internet%\ShellFolder","HideFolderVerbs",,""
