MenuButton.st
changeset 4354 49b2721ef1b0
parent 3150 e3a55f15ef7e
child 4770 6634b540fea2
--- a/MenuButton.st	Sat Aug 31 03:10:36 2013 +0200
+++ b/MenuButton.st	Sat Aug 31 11:10:41 2013 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libwidg2' }"
 
 Button subclass:#MenuButton
@@ -43,7 +42,7 @@
     they highlight on enter events (while pressed) and perform their
     action on release.
     This is no longer needed, since every button (& buttonController)
-    now support this behavior.
+    now supports this behavior.
 "
 ! !
 
@@ -72,5 +71,6 @@
 !MenuButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MenuButton.st,v 1.6 2006-11-13 16:11:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MenuButton.st,v 1.7 2013-08-31 09:10:41 cg Exp $'
 ! !
+