Temporary fix for OpenBSD compilation issue.

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

View file

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