From ece8ffbc760f98f207580901b789349cc00b81b0 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 23 Oct 2001 09:39:03 +0000 Subject: [PATCH] Added comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11218 72102866-910b-0410-8b05-ffd578937521 --- Source/NSCell.m | 1 + 1 file changed, 1 insertion(+) 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;