* Framework/PCProject.m:

(fileTypesForCategoryKey:): add "nib" as recognizable interface file type.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27615 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2009-01-16 23:38:44 +00:00
parent 1d26215e7f
commit 62c8affc56
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,9 @@
* Framework/GNUmakefile: Include PCFileNameField.h and
PCFileNameIcon.h in ProjectCenter_HEADER_FILES as
referenced by PCProjectInspector.h [fixes bug #21619]
* Framework/PCProject.m:
(fileTypesForCategoryKey:): add "nib" as recognizable interface
file type.
2009-01-13 Riccardo Mottola <rmottola@users.sf.net>

View file

@ -896,7 +896,7 @@ NSString
}
else if ([key isEqualToString:PCInterfaces])
{
return [NSArray arrayWithObjects:@"gmodel",@"gorm", @"gsmarkup", nil];
return [NSArray arrayWithObjects:@"gmodel",@"gorm", @"gsmarkup", @"nib", nil];
}
else if ([key isEqualToString:PCImages])
{