Get rid of the double backslash

Dmitry Timoshkov dmitry at baikal.ru
Thu Nov 3 09:50:15 CST 2005


Hello,

Mike said that it works, but this might be a pure luck, and this is a typo
anyway.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Get rid of the double backslash.

--- cvs/hq/wine/tools/wine.inf	Thu Nov 03 12:54:52 2005
+++ wine/tools/wine.inf	Thu Nov 03 15:47:17 2005
@@ -78,7 +78,7 @@ HKCR,lnkfile,"NeverShowExt",,""
 HKCR,lnkfile,"IsShortcut",,"yes"
 HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
 HKCR,lnkfile\shellex\IconHandler,,,"{00021401-0000-0000-C000-000000000046}"
-HKCR,lnkfile\shellex\ContextMenuHandlers\\{00021401-0000-0000-C000-000000000046},,,
+HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,,
 HKCR,Msi.Package\DefaultIcon,,,"msiexec.exe"
 HKCR,Msi.Package\shell\Open\command,,,"msiexec /i %1"
 HKCR,Msi.Package\shell\Repair\command,,,"msiexec /f %1"






More information about the wine-patches mailing list