diff --git a/ChangeLog b/ChangeLog index 3fa725a2..acf4e3d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-19 Fred Kiefer + + * GormInfo.plist: Don't clain to be able to write XIB files. + 2013-12-31 Fred Kiefer * GormCore/GormResourceManager.m (-resourcePasteboardTypes): Add diff --git a/GormInfo.plist b/GormInfo.plist index aa5668bc..dc7fe89a 100644 --- a/GormInfo.plist +++ b/GormInfo.plist @@ -29,7 +29,7 @@ { NSName = "GSXibFileType"; NSHumanReadableName = "Cocoa Xib"; - NSRole = Editor; + NSRole = Viewer; NSDocumentClass = GormDocument; NSUnixExtensions = ( "xib" ); NSIcon = "GormNib.tiff";