WindowGroup.st
changeset 6619 60873972b27f
parent 6564 90112191cacb
child 6638 953215a3f78d
--- a/WindowGroup.st	Wed Nov 26 16:03:52 2014 +0100
+++ b/WindowGroup.st	Wed Nov 26 19:11:12 2014 +0100
@@ -2002,7 +2002,7 @@
 
 focusMomentaryRelease
     "release and reacquire focus.
-     Use this to allow inputs fiels with accept on lost focus
+     Use this to allow inputs fields with accept on lost focus
      to accept when a button or menu item is pressed"
 
     |oldFocusView|
@@ -2849,11 +2849,11 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.333 2014-08-26 09:48:39 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.334 2014-11-26 18:11:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.333 2014-08-26 09:48:39 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.334 2014-11-26 18:11:12 cg Exp $'
 ! !