Misha Koshelev : wine.inf: Use DDE for winebrowser as native.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jun 7 16:26:39 CDT 2007


Module: wine
Branch: master
Commit: fe07efb3dc37463c4288f78df9f5681c9513dcbb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fe07efb3dc37463c4288f78df9f5681c9513dcbb

Author: Misha Koshelev <mk144210 at bcm.edu>
Date:   Thu Jun  7 10:33:42 2007 -0500

wine.inf: Use DDE for winebrowser as native.

---

 tools/wine.inf |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index 9a71005..2440c59 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -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}"




More information about the wine-cvs mailing list