diff --git a/Documentation/ChangeLog b/Documentation/ChangeLog index 1be4162..2ba4b54 100644 --- a/Documentation/ChangeLog +++ b/Documentation/ChangeLog @@ -1,3 +1,8 @@ +2007-04-27 Nicola Pero + + * PCProject.m ([-execToolName]): Fixed typo where 'ExecuToolName' + had been typed instead of 'ExecToolName'. + 2007-03-06 Nicola Pero * GNUmakefile: Set GNUSTEP_MAKEFILES using gnustep-config if not yet set. diff --git a/Framework/PCProject.m b/Framework/PCProject.m index 57ffe7a..7ab401a 100644 --- a/Framework/PCProject.m +++ b/Framework/PCProject.m @@ -680,7 +680,7 @@ NSString - (NSString *)execToolName { - return [[self projectBundleInfoTable] objectForKey:@"ExecuToolName"]; + return [[self projectBundleInfoTable] objectForKey:@"ExecToolName"]; } - (NSArray *)buildTargets