mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
* 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:
parent
1d26215e7f
commit
62c8affc56
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue