wine/tools wine.inf

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 3 13:32:38 CST 2005


ChangeSet ID:	21096
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/03 13:32:38

Modified files:
	tools          : wine.inf 

Log message:
	Dmitry Timoshkov <dmitry at codeweavers.com>
	Get rid of a double backslash.

Patch: http://cvs.winehq.org/patch.py?id=21096

Old revision  New revision  Changes     Path
 1.46          1.47          +1 -1       wine/tools/wine.inf

Index: wine/tools/wine.inf
diff -u -p wine/tools/wine.inf:1.46 wine/tools/wine.inf:1.47
--- wine/tools/wine.inf:1.46	3 Nov 2005 19:32:38 -0000
+++ wine/tools/wine.inf	3 Nov 2005 19:32:38 -0000
@@ -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-cvs mailing list