Attempt graceful termination

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@22272 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2006-01-09 08:15:57 +00:00
parent 5aad1a81d3
commit 11bb34d077
2 changed files with 6 additions and 0 deletions

View file

@ -116,6 +116,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
if (m->message == WM_QUIT)
{
[NSApp terminate: nil];
// Exit the program
return;
}