git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@26692 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-06-23 22:47:01 +00:00
parent 704ea0b55a
commit b2bbde6826

View file

@ -32,7 +32,7 @@
@implementation GormNibPlugin
- (void) didLoad
{
[self registerDocumentTypeName: @"GSNibFileType";
[self registerDocumentTypeName: @"GSNibFileType"
humanReadableName: @"Cocoa Nib"
forExtensions: [NSArray arrayWithObjects: @"nib",nil]];
}