"James Hawkins" <jhawkins(a)codeweavers.com> writes:
> diff --git a/tools/wine.inf.in b/tools/wine.inf.in
> index 4756d7d..bc1b1d6 100644
> --- a/tools/wine.inf.in
> +++ b/tools/wine.inf.in
> @@ -128,7 +128,7 @@ HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
> HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
> HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
> HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
> -HKCR,htmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
> +HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"
> HKCR,htmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
> HKCR,htmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
> HKCR,htmlfile\shell\open\ddeexec\Application,,2,"IExplore"
This isn't look right, the entry works just fine without quotes, we
shouldn't have to add them just to satisfy a test.
--
Alexandre Julliard
julliard(a)winehq.org