tools/wine.inf: fix incorrect entry for hh.exe

Austin English austinenglish at gmail.com
Tue Jun 16 18:43:59 CDT 2009


Found this while testing CCleaner for Appinstall. Wine and windows
both place hh.exe in %WINDIR%, but we had to open chm files opening
with %SYSTEMDIR%\hh.exe.

-- 
-Austin
-------------- next part --------------
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 8fe4161..2ec05a5 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -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"",%*"


More information about the wine-patches mailing list