mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-20 09:30:59 +00:00
fixed a typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6b6d8aba72
commit
f7ac48ff59
2 changed files with 3 additions and 2 deletions
|
@ -23,8 +23,9 @@
|
|||
|
||||
- (void)applicationDidFinishLaunching:(NSNotification *)notif;
|
||||
|
||||
- (void)applicationShouldTerminate:(id)sender;
|
||||
- (BOOL)applicationShouldTerminate:(id)sender;
|
||||
- (void)applicationWillTerminate:(NSNotification *)notification;
|
||||
|
||||
- (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName;
|
||||
|
||||
- (void)showPrefPanel:(id)sender;
|
||||
|
|
|
@ -50,7 +50,7 @@ static NSDictionary *infoDict = nil;
|
|||
{
|
||||
}
|
||||
|
||||
- (void)applicationShouldTerminate:(id)sender
|
||||
- (BOOL)applicationShouldTerminate:(id)sender
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue