Adds dde entry for folders

Hajime Segawa hajime at sidenet.ddo.jp
Fri Nov 26 03:19:18 CST 2004


Make folders open correctry in Windows Explorer
-------------- next part --------------
diff -urN wine-cvs.orig/tools/wine.inf wine-cvs/tools/wine.inf
--- wine-cvs.orig/tools/wine.inf	2004-11-26 18:05:15.000000000 +0900
+++ wine-cvs/tools/wine.inf	2004-11-26 18:09:04.000000000 +0900
@@ -76,6 +76,9 @@
 HKCR,.xsl,"Content Type",,"text/xsl"
 HKCR,exefile\DefaultIcon,,,"%1"
 HKCR,exefile\shell\open\command,,,"""%1"" %*"
+HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
+HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
+HKCR,folder\shell\open\ddeexec\application,,,"Folders"
 HKCR,htmlfile\shell\open\command,,,"winebrowser %1"
 HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
 HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"


More information about the wine-patches mailing list