kernel32: Update a warning.

This commit is contained in:
André Hentschel 2010-06-24 20:15:06 +02:00 committed by Alexandre Julliard
parent cedeccce76
commit c85357a230
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ BOOL WINAPI SetComputerNameW( LPCWSTR lpComputerName )
{
/* This check isn't necessary, but may help debugging problems. */
WARN( "Disabled by Wine Configuration.\n" );
WARN( "Set \"UseDnsComputerName\" = \"N\" in category [Network] to enable.\n" );
WARN( "Set \"UseDnsComputerName\" = \"N\" in HKCU\\Software\\Wine\\Network to enable.\n" );
SetLastError ( ERROR_ACCESS_DENIED );
return FALSE;
}