mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user