EditField.st
changeset 3975 73674d16fc63
parent 3929 3c88a4e7a7ac
child 3985 31fa420f210a
--- a/EditField.st	Tue Oct 13 09:10:06 2009 +0200
+++ b/EditField.st	Tue Oct 13 09:39:20 2009 +0200
@@ -1149,7 +1149,7 @@
 returnKeyIsFocusNext
     "arrange for the return key to act as a focus-next key"
 
-    leaveKeys := leaveKeys copy asOrderedCollection. 
+    leaveKeys := leaveKeys copyAsOrderedCollection. 
     leaveKeys remove:#Return ifAbsent:nil
 !
 
@@ -2235,5 +2235,9 @@
 !EditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.200 2009-09-21 12:16:41 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.201 2009-10-13 07:39:20 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg/EditField.st,v 1.201 2009-10-13 07:39:20 cg Exp $'
 ! !