If you hit the close button the taskmanager shouldn't start up anymore

svn path=/trunk/; revision=41781
This commit is contained in:
Matthias Kupfer 2009-07-05 15:02:29 +00:00
parent 94fe2f6efe
commit c8fc6c56e5

View file

@ -259,7 +259,7 @@ LoggedOnWindowProc(
} }
case WM_CLOSE: case WM_CLOSE:
{ {
EndDialog(hwndDlg, IDNO); EndDialog(hwndDlg, WLX_SAS_ACTION_NONE);
return TRUE; return TRUE;
} }
} }