Fixed part of launching an application

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25086 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-04-27 12:06:13 +00:00
parent 73e911a0e5
commit 218d8f84db
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-04-27 Nicola Pero <nicola.pero@meta-innovation.com>
* PCProject.m ([-execToolName]): Fixed typo where 'ExecuToolName'
had been typed instead of 'ExecToolName'.
2007-03-06 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile: Set GNUSTEP_MAKEFILES using gnustep-config if not yet set.

View file

@ -680,7 +680,7 @@ NSString
- (NSString *)execToolName
{
return [[self projectBundleInfoTable] objectForKey:@"ExecuToolName"];
return [[self projectBundleInfoTable] objectForKey:@"ExecToolName"];
}
- (NSArray *)buildTargets