Fix typo in comment about Wine registry key.

This commit is contained in:
Jacek Caban 2005-06-27 09:43:12 +00:00 committed by Alexandre Julliard
parent d38caa48dc
commit a352cc8a6b
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ static DWORD WINAPI ThreadFunc( LPVOID info )
/* find the name of the thing to download */ /* find the name of the thing to download */
szUrl[0] = 0; szUrl[0] = 0;
/* @@ Wine registry key: HKCU\Software\Wine\shdocw */ /* @@ Wine registry key: HKCU\Software\Wine\shdocvw */
r = RegOpenKeyW( HKEY_CURRENT_USER, szMozDlPath, &hkey ); r = RegOpenKeyW( HKEY_CURRENT_USER, szMozDlPath, &hkey );
if( r == ERROR_SUCCESS ) if( r == ERROR_SUCCESS )
{ {