From: Robert Naumann Date: Thu, 17 Sep 2015 05:23:29 +0000 (+0000) Subject: [MSXML3] When renaming an icon identifier in the header, do it in the resource file... X-Git-Tag: ReactOS-0.4.0~789 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2e0a23b3738c3e132abf5cd4c603f4847e0aeace [MSXML3] When renaming an icon identifier in the header, do it in the resource file too CORE-10200 svn path=/trunk/; revision=69258 --- diff --git a/reactos/dll/win32/msxml3/resources.rc b/reactos/dll/win32/msxml3/resources.rc index c05489f5dcf..efa5e01a2fc 100644 --- a/reactos/dll/win32/msxml3/resources.rc +++ b/reactos/dll/win32/msxml3/resources.rc @@ -1,4 +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 +IDI_XSL_FILE ICON "res/129.ico" \ No newline at end of file