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

This commit is contained in:
ted.mielczarek%gmail.com 2007-11-22 03:27:41 +00:00
Родитель c08ceb6e14
Коммит eee488b498
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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