winebrowser: Add DDE support and use DDE by default for shell/open.

Dmitry Timoshkov dmitry at codeweavers.com
Mon Jun 4 00:29:30 CDT 2007


"Misha Koshelev" <mk144210 at bcm.edu> wrote:

> --- a/tools/wine.inf
> +++ b/tools/wine.inf
> @@ -134,8 +134,14 @@ HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
> HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
> HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
> HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
> -HKCR,http\shell\open\command,,2,"winebrowser"
> -HKCR,https\shell\open\command,,2,"winebrowser"
> +HKCR,http\shell\open\command,,2,"winebrowser /dde"
> +HKCR,http\shell\open\ddeexec,,2,"""%1"""
> +HKCR,http\shell\open\ddeexec\Application,,2,"WineBrowser"
> +HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
> +HKCR,https\shell\open\command,,2,"winebrowser /dde"
> +HKCR,https\shell\open\ddeexec,,2,"""%1"""
> +HKCR,https\shell\open\ddeexec\Application,,2,"WineBrowser"
> +HKCR,https\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"

Why are you making DDE the default way for the ShellExecute command?
That's not the case in the default Windows install. Also please make
sure that the items of the Help menu in Picasa still work after your
changes, as it was broken several times after attempts to change default
registry setup or ShellExecute behaviour.

-- 
Dmitry.



More information about the wine-devel mailing list