From 40ffc286f5d217c543bcf070ea4c11d52c0279f0 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Thu, 3 Nov 2005 19:32:38 +0000 Subject: [PATCH] Get rid of a double backslash. --- tools/wine.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wine.inf b/tools/wine.inf index 24b33227e76..d3c0fdd8ab2 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -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" -- 2.11.4.GIT