Added comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11218 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-10-23 09:39:03 +00:00
parent 7e18e24dd8
commit ece8ffbc76

View file

@ -324,6 +324,7 @@ static NSColor *shadowCol;
{ {
NSString *string = aString; NSString *string = aString;
/* We refuse nil for compatibiliy with MacOS X, which refuses nil */
NSAssert (string != nil, NSInvalidArgumentException); NSAssert (string != nil, NSInvalidArgumentException);
_cell.type = NSTextCellType; _cell.type = NSTextCellType;