From: Hermès Bélusca-Maïto Date: Wed, 8 Feb 2017 23:34:08 +0000 (+0000) Subject: [HIVECLS]: Fix /file switch in the open command for MSThemes files. X-Git-Tag: ReactOS-0.4.4-CLT2017~325 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=9e0186b9838c4fb3f9c372674c180c587ae0b550;ds=sidebyside [HIVECLS]: Fix /file switch in the open command for MSThemes files. svn path=/trunk/; revision=73764 --- diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index e2713f13c63..5885654a61b 100644 --- a/reactos/boot/bootdata/hivecls.inf +++ b/reactos/boot/bootdata/hivecls.inf @@ -411,7 +411,7 @@ HKCR,"sysfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-154 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"