Nikolay Sivov : itss: Fix typo in registry entry creation.

Alexandre Julliard julliard at winehq.org
Wed Feb 3 09:33:07 CST 2010


Module: wine
Branch: master
Commit: 87e89995ee6b31a517cdce655ec95de577788d2b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=87e89995ee6b31a517cdce655ec95de577788d2b

Author: Nikolay Sivov <bunglehead at 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%"




More information about the wine-cvs mailing list