mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
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:
parent
2269ad78ec
commit
5fbc998044
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
|
||||
- (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (void)showPrefPanel:(id)sender
|
||||
|
|
Loading…
Reference in a new issue