diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index 80adc7e7263..9d9ca7a3bcb 100644 --- a/reactos/boot/bootdata/hivecls.inf +++ b/reactos/boot/bootdata/hivecls.inf @@ -132,7 +132,7 @@ HKCR,".hlp","",0x00000000,"hlpfile" HKCR,"hlpfile","",0x00000000,"Help File" HKCR,"hlpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shell32.dll,-168" HKCR,"hlpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-24" -HKCR,"hlpfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\winhlp32.exe %1" +HKCR,"hlpfile\shell\open\command","",0x00020000,"%SystemRoot%\winhlp32.exe %1" HKCR,".chm","",0x00000000,"chm.file" HKCR,"chm.file","",0x00000000,"Compiled HTML Help File" diff --git a/reactos/dll/win32/shell32/res/icons/1004.ico b/reactos/dll/win32/shell32/res/icons/1004.ico index 6008790389d..8572cbcfae0 100644 Binary files a/reactos/dll/win32/shell32/res/icons/1004.ico and b/reactos/dll/win32/shell32/res/icons/1004.ico differ diff --git a/reactos/dll/win32/shell32/res/icons/24.ico b/reactos/dll/win32/shell32/res/icons/24.ico index 6008790389d..8572cbcfae0 100644 Binary files a/reactos/dll/win32/shell32/res/icons/24.ico and b/reactos/dll/win32/shell32/res/icons/24.ico differ