Commit fe07efb3 authored by Misha Koshelev's avatar Misha Koshelev Committed by Alexandre Julliard

wine.inf: Use DDE for winebrowser as native.

parent 07ad5c4c
......@@ -114,7 +114,11 @@ 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,"%10%\winhelp.exe %1"
HKCR,htmlfile\shell\open\command,,2,"winebrowser"
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"
HKCR,htmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,inffile\shell\install\command,,2,"%10%\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"
......@@ -134,9 +138,17 @@ 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,mailto\shell\open\command,,2,"winebrowser %1"
HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,http\shell\open\ddeexec\Application,,2,"IExplore"
HKCR,http\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,https\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
HKCR,https\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,https\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,https\shell\open\ddeexec\Application,,2,"IExplore"
HKCR,https\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,mailto\shell\open\command,,2,"%11%\winebrowser %1"
; FIXME: the following should be done by the dll registration
HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment