mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[MSGINA]
Show shutdown dialog at the logon screen if the user wants to shutdown. Patch by Jared Smudde. CORE-9919 #resolve #comment Thanks a lot! svn path=/trunk/; revision=68562
This commit is contained in:
parent
33f303a420
commit
4317118d34
1 changed files with 2 additions and 1 deletions
|
@ -1161,7 +1161,8 @@ LoggedOutWindowProc(
|
|||
return TRUE;
|
||||
|
||||
case IDC_SHUTDOWN:
|
||||
EndDialog(hwndDlg, WLX_SAS_ACTION_SHUTDOWN);
|
||||
if (OnShutDown(hwndDlg, pgContext) == IDOK)
|
||||
EndDialog(hwndDlg, pgContext->nShutdownAction);
|
||||
return TRUE;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue