wine.inf: Remove %1 from [http|htmlfile]\shell\open\command.
This commit is contained in:
parent
366f452b91
commit
f03c86a273
|
@ -97,7 +97,7 @@ HKCR,exefile\shell\open\command,,,"""%1"" %*"
|
||||||
HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
|
HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
|
||||||
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
|
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
|
||||||
HKCR,folder\shell\open\ddeexec\application,,,"Folders"
|
HKCR,folder\shell\open\ddeexec\application,,,"Folders"
|
||||||
HKCR,htmlfile\shell\open\command,,,"winebrowser %1"
|
HKCR,htmlfile\shell\open\command,,,"winebrowser"
|
||||||
HKCR,lnkfile,"NeverShowExt",,""
|
HKCR,lnkfile,"NeverShowExt",,""
|
||||||
HKCR,lnkfile,"IsShortcut",,"yes"
|
HKCR,lnkfile,"IsShortcut",,"yes"
|
||||||
HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
|
HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
|
||||||
|
@ -109,7 +109,7 @@ HKCR,Msi.Package\shell\Repair\command,,,"msiexec /f %1"
|
||||||
HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
|
HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
|
||||||
HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
|
HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
|
||||||
HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
|
HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
|
||||||
HKCR,http\shell\open\command,,,"winebrowser %1"
|
HKCR,http\shell\open\command,,,"winebrowser"
|
||||||
HKCR,mailto\shell\open\command,,,"winebrowser %1"
|
HKCR,mailto\shell\open\command,,,"winebrowser %1"
|
||||||
; FIXME: the following should be done by the dll registration
|
; FIXME: the following should be done by the dll registration
|
||||||
HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
|
HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
|
||||||
|
|
Loading…
Reference in New Issue