Author: hbelusca
Date: Wed Feb 8 23:34:08 2017
New Revision: 73764
URL:
http://svn.reactos.org/svn/reactos?rev=73764&view=rev
Log:
[HIVECLS]: Fix /file switch in the open command for MSThemes files.
Modified:
trunk/reactos/boot/bootdata/hivecls.inf
Modified: trunk/reactos/boot/bootdata/hivecls.inf
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?…
==============================================================================
--- trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] Wed Feb 8 23:34:08 2017
@@ -411,7 +411,7 @@
HKCR,".msstyles","",0x00000000,"msstylesfile"
HKCR,"msstylesfile","",0x00000000,%MSSTYLESFILE%
HKCR,"msstylesfile\DefaultIcon","","0x00020000","%SystemRoot%\system32\themeui.dll,-1"
-HKCR,"msstylesfile\shell\open\command","",0x00000000,"%SystemRoot%\system32\rundll32.exe
shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Appearance
/Action:OpenMSTheme file:""%1"""
+HKCR,"msstylesfile\shell\open\command","",0x00000000,"%SystemRoot%\system32\rundll32.exe
shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Appearance
/Action:OpenMSTheme /file:""%1"""
; Theme Files
HKCR,".theme","",0x00000000,"themefile"