comments
authorClaus Gittinger <cg@exept.de>
Sat, 31 Aug 2013 11:10:43 +0200
changeset 4355 3ec5cc86b891
parent 4354 49b2721ef1b0
child 4356 e0baa28be88f
comments
MotionButton.st
--- a/MotionButton.st	Sat Aug 31 11:10:41 2013 +0200
+++ b/MotionButton.st	Sat Aug 31 11:10:43 2013 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libwidg2' }"
 
 Button subclass:#MotionButton
@@ -41,7 +40,7 @@
 
     a motionButton highlights itself whenever the cursor
     walks into it ...
-    ... this is no longer needed, since every button not
+    ... this is no longer needed, since every button now
     supports this.
 "
 ! !
@@ -67,5 +66,6 @@
 !MotionButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MotionButton.st,v 1.6 2006-11-13 16:11:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MotionButton.st,v 1.7 2013-08-31 09:10:43 cg Exp $'
 ! !
+