diff --git a/Source/GSXib5KeyedUnarchiver.m b/Source/GSXib5KeyedUnarchiver.m index 1cb5f5141..397357f1c 100644 --- a/Source/GSXib5KeyedUnarchiver.m +++ b/Source/GSXib5KeyedUnarchiver.m @@ -106,8 +106,8 @@ static NSArray *XmlBoolDefaultYes = nil; @"NSSegmentItem", @"segment", @"NSCell", @"customCell", @"NSCustomObject", @"customObject", - @"IBOutletConnection5", @"outlet", - @"IBActionConnection5", @"action", + @"IBOutletConnection", @"outlet", + @"IBActionConnection", @"action", @"NSNibBindingConnector", @"binding", @"NSWindowTemplate", @"window", @"NSView", @"tableCellView",