Correct warning in AppController.m

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27162 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-11-28 02:09:36 +00:00
parent 2269ad78ec
commit 5fbc998044
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-11-27 22:06-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Modules/Projects/Application/Resources/AppController.m: Correct
warning in application:openFile: in AppController.m in Application
project module.
2008-11-27 12:01-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Framework/GNUmakefile

View file

@ -79,6 +79,7 @@
- (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName
{
return NO;
}
- (void)showPrefPanel:(id)sender