mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:45:44 +00:00
[WINLOGON][MSGINA] Fix typo.
This commit is contained in:
parent
8f911f21b8
commit
40000a1716
2 changed files with 2 additions and 2 deletions
|
@ -586,7 +586,7 @@ HandleLogon(
|
|||
|
||||
Session->hProfileInfo = ProfileInfo.hProfile;
|
||||
|
||||
/* Logon has successed. Play sound. */
|
||||
/* Logon has succeeded. Play sound. */
|
||||
PlayLogonSound(Session);
|
||||
|
||||
ret = TRUE;
|
||||
|
|
|
@ -53,7 +53,7 @@ SetWelcomeText(HWND hWnd)
|
|||
|
||||
TRACE("SetWelcomeText(%p)\n", hWnd);
|
||||
|
||||
/* Get the path of userinit */
|
||||
/* Open the Winlogon key */
|
||||
rc = RegOpenKeyExW(HKEY_LOCAL_MACHINE,
|
||||
L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon",
|
||||
0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue