[PATCH] wine.inf: Add quotes to webbrowser command key for mailto protocol.

Qian Hong qhong at codeweavers.com
Mon Dec 1 00:02:45 CST 2014


Hi,

`git grep command | grep HKCR | grep -v '"""'` exposed more places
which seems missing quotes in command key, anyone know if we should
update every place? Any advice is great appreciated!

loader/wine.inf.in:HKCR,chm.file\shell\open\command,,2,"%10%\hh.exe %1"
loader/wine.inf.in:HKCR,cplfile\shell\cplopen\command,,2,"rundll32.exe
shell32.dll,Control_RunDLL ""%1"",%*"
loader/wine.inf.in:HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1"
loader/wine.inf.in:HKCR,inffile\shell\install\command,,2,"%11%\rundll32.exe
setupapi,InstallHinfSection DefaultInstall 132 %1"
loader/wine.inf.in:HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
loader/wine.inf.in:HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"
loader/wine.inf.in:HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1"
loader/wine.inf.in:HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
loader/wine.inf.in:HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
loader/wine.inf.in:HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
loader/wine.inf.in:HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
loader/wine.inf.in:HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"

On Mon, Dec 1, 2014 at 1:38 PM, Qian Hong <qhong at codeweavers.com> wrote:
> Hi Piotr,
>
> This is a follow up of the below commit:
>
> commit 54833c9b7cf5f8f5e37b43038e1fa4c1c369deb0
> Author: Piotr Caban <piotr at codeweavers.com>
> Date:   Wed May 4 13:20:41 2011 +0200
>
>     wine.inf: Add quotes to webbrowser command keys.
>
> To make sure i'm not breaking anything which is intended, would you mind
> have a look?
>
> Thanks!
>
> ---
>  loader/wine.inf.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
>
>
>
>



-- 
Regards,
Qian Hong

-
http://www.codeweavers.com



More information about the wine-devel mailing list