Author: mguesdon
Date: Sat Apr 26 20:39:34 2014
New Revision: 37814
URL: http://svn.gna.org/viewcvs/gnustep?rev=37814&view=rev
Log:
Fix exception msg in setValue:forUndefinedKey:
Modified:
libs/base/trunk/ChangeLog
libs/base/trunk/Source/NSKeyValueCoding.m
Modified: libs/base/trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/ChangeLog?rev=37814&r1=37813&r2=37814&view=diff
==============================================================================
--- libs/base/trunk/ChangeLog (original)
+++ libs/base/trunk/ChangeLog Sat Apr 26 20:39:34 2014
@@ -1,3 +1,7 @@
+2014-04-26 Manuel Guesdon <[email protected]>
+ * Source/NSKeyValueCoding.m
+ Fix exception msg in setValue:forUndefinedKey:
+
2014-04-18 Richard Frith-Macdonald <[email protected]>
* Headers/Foundation/NSHost.h:
Modified: libs/base/trunk/Source/NSKeyValueCoding.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/NSKeyValueCoding.m?rev=37814&r1=37813&r2=37814&view=diff
==============================================================================
--- libs/base/trunk/Source/NSKeyValueCoding.m (original)
+++ libs/base/trunk/Source/NSKeyValueCoding.m Sat Apr 26 20:39:34 2014
@@ -424,7 +424,7 @@
(aKey ? (id)aKey : (id)@"(nil)"), @"NSUnknownUserInfoKey",
nil];
exp = [NSException exceptionWithName: NSUndefinedKeyException
- reason: @"Unable to set nil value for key"
+ reason: @"Unable to set value for undefined key"
userInfo: dict];
[exp raise];
}
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs