wine.inf: Fix incorrect entry for hh.exe.
This commit is contained in:
parent
a203876cc7
commit
51922e3fa7
|
@ -122,7 +122,7 @@ HKCR,.xml,,2,"xmlfile"
|
|||
HKCR,.xml,"Content Type",2,"text/xml"
|
||||
HKCR,.xsl,"Content Type",2,"text/xsl"
|
||||
HKCR,chm.file,,2,"Compiled HTML Help File"
|
||||
HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
|
||||
HKCR,chm.file\shell\open\command,,2,"%10%\hh.exe %1"
|
||||
HKCR,cplfile,,2,"Control Panel Item"
|
||||
HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
|
||||
HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe shell32.dll,Control_RunDLL ""%1"",%*"
|
||||
|
|
Loading…
Reference in New Issue