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:
Robert Slover 2001-01-03 06:38:23 +00:00
parent 6b6d8aba72
commit f7ac48ff59
2 changed files with 3 additions and 2 deletions

View file

@ -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;

View file

@ -50,7 +50,7 @@ static NSDictionary *infoDict = nil;
{
}
- (void)applicationShouldTerminate:(id)sender
- (BOOL)applicationShouldTerminate:(id)sender
{
}