Minor change in type of warning emitted by NSCell upon -setStringValue:

called with nil argument


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-12-11 02:24:34 +00:00
parent 1ffb45d2f3
commit 14e5b05871

View file

@ -1,3 +1,9 @@
Tue Dec 11 00:08:38 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSCell.m ([-setStringValue:]): Use a NSDebugMLLog to warn
for attempts to use nil value, not NSWarnLog, as suggested by Wim
Oudshoorn <woudshoo@sct.com>.
2001-12-09 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSApplication.m