From c3d35c58f975408a9b621bbfcdf99492eb9ad9da Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Wed, 12 Aug 1998 13:45:13 +0000 Subject: [PATCH] put quit when a key is hit - temporary --- widget/src/mac/nsAppShell.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/widget/src/mac/nsAppShell.cpp b/widget/src/mac/nsAppShell.cpp index 7a464bcb4879..ad4225c8ddc7 100644 --- a/widget/src/mac/nsAppShell.cpp +++ b/widget/src/mac/nsAppShell.cpp @@ -89,7 +89,6 @@ WindowPtr whichwindow; case keyDown: case autoKey: doKey(&theevent); - break; this->Exit(); break; case mouseDown: