shdocvw: Fix typo in comment about Wine registry key

cjacek cjacek at gmail.com
Sun Jun 26 03:37:34 CDT 2005


Changelog:
    Fix typo in comment about Wine registry key
-------------- next part --------------
Index: dlls/shdocvw/shdocvw_main.c
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/shdocvw_main.c,v
retrieving revision 1.31
diff -u -p -r1.31 shdocvw_main.c
--- dlls/shdocvw/shdocvw_main.c	20 Jun 2005 16:04:32 -0000	1.31
+++ dlls/shdocvw/shdocvw_main.c	26 Jun 2005 08:32:57 -0000
@@ -318,7 +318,7 @@ static DWORD WINAPI ThreadFunc( LPVOID i
 
     /* find the name of the thing to download */
     szUrl[0] = 0;
-    /* @@ Wine registry key: HKCU\Software\Wine\shdocw */
+    /* @@ Wine registry key: HKCU\Software\Wine\shdocvw */
     r = RegOpenKeyW( HKEY_CURRENT_USER, szMozDlPath, &hkey );
     if( r == ERROR_SUCCESS )
     {


More information about the wine-patches mailing list