mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 10:00:48 +00:00
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:
parent
73e911a0e5
commit
218d8f84db
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2007-03-06 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
* GNUmakefile: Set GNUSTEP_MAKEFILES using gnustep-config if not yet set.
|
* GNUmakefile: Set GNUSTEP_MAKEFILES using gnustep-config if not yet set.
|
||||||
|
|
|
@ -680,7 +680,7 @@ NSString
|
||||||
|
|
||||||
- (NSString *)execToolName
|
- (NSString *)execToolName
|
||||||
{
|
{
|
||||||
return [[self projectBundleInfoTable] objectForKey:@"ExecuToolName"];
|
return [[self projectBundleInfoTable] objectForKey:@"ExecToolName"];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSArray *)buildTargets
|
- (NSArray *)buildTargets
|
||||||
|
|
Loading…
Reference in a new issue