Fix typo in comment about Wine registry key.
This commit is contained in:
parent
d38caa48dc
commit
a352cc8a6b
|
@ -318,7 +318,7 @@ static DWORD WINAPI ThreadFunc( LPVOID info )
|
|||
|
||||
/* 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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue