mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
e383a5eec4
commit
704ea0b55a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
@implementation GormNibPlugin
|
||||
- (void) didLoad
|
||||
{
|
||||
[self registerDocumentTypeName: [GormNibWrapperLoader type]
|
||||
[self registerDocumentTypeName: @"GSNibFileType";
|
||||
humanReadableName: @"Cocoa Nib"
|
||||
forExtensions: [NSArray arrayWithObjects: @"nib",nil]];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue