kernel32: Update Warning

André Hentschel nerv at dawncrow.de
Thu Jun 24 13:15:06 CDT 2010


---
 dlls/kernel32/computername.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/computername.c b/dlls/kernel32/computername.c
index 258f2977..f710d7c 100644
--- a/dlls/kernel32/computername.c
+++ b/dlls/kernel32/computername.c
@@ -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;
     }
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list