mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-20 09:30:59 +00:00
default is YES in applicationShouldTerminate:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8540 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af54ec14db
commit
9d89925f00
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ static NSDictionary *infoDict = nil;
|
|||
|
||||
- (BOOL)applicationShouldTerminate:(id)sender
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(NSNotification *)notification
|
||||
|
|
Loading…
Reference in a new issue