update to call quit rather than shutdown.

git-svn-id: svn://10.0.0.236/trunk@48298 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
davidm%netscape.com
1999-09-20 01:52:21 +00:00
parent 381ca4cab7
commit 3789d7b1e2
2 changed files with 2 additions and 2 deletions

View File

@@ -372,7 +372,7 @@ OSErr nsAppleEventHandler::HandleAppleEvent(
NS_WITH_SERVICE(nsIAppShellService, appShellService, kAppShellServiceCID, &rv);
if (NS_FAILED(rv))
return errAEEventNotHandled;
appShellService->Shutdown();
appShellService->Quit();
break;
}
case ae_OpenDoc: