mirror of
https://github.com/reactos/reactos.git
synced 2025-05-13 06:18:17 +00:00
If you hit the close button the taskmanager shouldn't start up anymore
svn path=/trunk/; revision=41781
This commit is contained in:
parent
94fe2f6efe
commit
c8fc6c56e5
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ LoggedOnWindowProc(
|
||||||
}
|
}
|
||||||
case WM_CLOSE:
|
case WM_CLOSE:
|
||||||
{
|
{
|
||||||
EndDialog(hwndDlg, IDNO);
|
EndDialog(hwndDlg, WLX_SAS_ACTION_NONE);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue