diff --git a/Source/NSCell.m b/Source/NSCell.m index cddce8bab..2a8558148 100644 --- a/Source/NSCell.m +++ b/Source/NSCell.m @@ -324,6 +324,7 @@ static NSColor *shadowCol; { NSString *string = aString; + /* We refuse nil for compatibiliy with MacOS X, which refuses nil */ NSAssert (string != nil, NSInvalidArgumentException); _cell.type = NSTextCellType;