Index: boot/bootdata/hivecls.inf =================================================================== --- boot/bootdata/hivecls.inf (revision 69104) +++ boot/bootdata/hivecls.inf (working copy) @@ -237,7 +237,7 @@ HKCR,".xml","",0x00000000,"xmlfile" HKCR,"xmlfile","",0x00000000,"XML Document" HKCR,".xml","Content Type",0x00000000,"text/xml" -HKCR,"xmlfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-151" +HKCR,"xmlfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\msxml3.dll,-128" HKCR,"xmlfile\shell\open\command","",0x00020000,"%SystemRoot%\system32\notepad.exe %1" ; MSI files Index: dll/win32/msxml3/resource.h =================================================================== --- dll/win32/msxml3/resource.h (revision 0) +++ dll/win32/msxml3/resource.h (working copy) @@ -0,0 +1,2 @@ +#define IDI_XML_FILE 128 +#define IDI_XML_SYSTEM 129 \ No newline at end of file Index: dll/win32/msxml3/resources.rc =================================================================== --- dll/win32/msxml3/resources.rc (revision 0) +++ dll/win32/msxml3/resources.rc (working copy) @@ -0,0 +1,4 @@ +#include "resource.h" + +IDI_XML_FILE ICON "res/128.ico" +IDI_XML_SYSTEM ICON "res/129.ico" \ No newline at end of file Index: dll/win32/msxml3/version.rc =================================================================== --- dll/win32/msxml3/version.rc (revision 69104) +++ dll/win32/msxml3/version.rc (working copy) @@ -32,3 +32,4 @@ 2 WINE_REGISTRY "xmlparser.rgs" #include "schemas.rc" +#include "resources.rc"