bug 404893 - crash reporter fails to submit. rs=sspitzer

This commit is contained in:
ted.mielczarek@gmail.com 2007-11-21 19:27:41 -08:00
parent 9979a737d8
commit 789fb3458c

View File

@ -436,7 +436,7 @@ static bool RestartApplication()
// to get auto-quit when we close the window // to get auto-quit when we close the window
-(BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication*)theApplication -(BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication*)theApplication
{ {
return YES; return NO;
} }
@end @end