Module: wine Branch: master Commit: 87e89995ee6b31a517cdce655ec95de577788d2b URL: http://source.winehq.org/git/wine.git/?a=commit;h=87e89995ee6b31a517cdce655e...
Author: Nikolay Sivov bunglehead@gmail.com Date: Wed Feb 3 17:13:40 2010 +0300
itss: Fix typo in registry entry creation.
---
dlls/itss/itss.inf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/itss/itss.inf b/dlls/itss/itss.inf index eeefbbb..22a1215 100644 --- a/dlls/itss/itss.inf +++ b/dlls/itss/itss.inf @@ -43,7 +43,7 @@ HKCR,"CLSID%CLSID_ITSProtocol%\InProcServer32",,,"itss.dll" HKCR,"CLSID%CLSID_ITSProtocol%\InProcServer32","ThreadingModel",,"Both" HKCR,"CLSID%CLSID_ITSProtocol%\NotInsertable",,,"" HKCR,"CLSID%CLSID_ITSProtocol%\ProgID",,,"MSITFS1.0" -HKCR,"CLSID%CLSID_ITSProtocol%%\VersionIndependentProgID",,,"MSITFS" +HKCR,"CLSID%CLSID_ITSProtocol%\VersionIndependentProgID",,,"MSITFS"
HKCR,"ITSProtocol","Microsoft InfoTech Protocols for IE 4.0" HKCR,"ITSProtocol\CLSID",,,"%CLSID_ITSProtocol%"