mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 08:11:21 +00:00
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:
parent
7e18e24dd8
commit
ece8ffbc76
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue