wine.inf: lnkfile\shellex\ContextMenuHandlers\... is not supposed to have a default value

Francois Gouget fgouget at codeweavers.com
Mon Aug 7 14:18:41 CDT 2006


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

diff --git a/tools/wine.inf b/tools/wine.inf
index 72f161c..8473ae8 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -113,7 +113,7 @@ HKCR,lnkfile,"NeverShowExt",2,""
 HKCR,lnkfile,"IsShortcut",2,"yes"
 HKCR,lnkfile\CLSID,,2,"{00021401-0000-0000-C000-000000000046}"
 HKCR,lnkfile\shellex\IconHandler,,2,"{00021401-0000-0000-C000-000000000046}"
-HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,2,""
+HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,0x10,
 HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe"
 HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i %1"
 HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f %1"
-- 
1.4.1




More information about the wine-patches mailing list