ChangeSet ID: 21096 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/03 13:32:38
Modified files: tools : wine.inf
Log message: Dmitry Timoshkov dmitry@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"