*** empty log message ***
authorclaus
Fri, 12 Aug 1994 01:46:08 +0200
changeset 42 2904f8679ede
parent 41 2f8d0f8e796b
child 43 2375d30c645b
*** empty log message ***
Button.st
--- a/Button.st	Sun Aug 07 22:49:39 1994 +0200
+++ b/Button.st	Fri Aug 12 01:46:08 1994 +0200
@@ -31,7 +31,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Button.st,v 1.8 1994-08-07 13:20:59 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Button.st,v 1.9 1994-08-11 23:46:08 claus Exp $
 '!
 
 !Button class methodsFor:'documentation'!
@@ -52,7 +52,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/Button.st,v 1.8 1994-08-07 13:20:59 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Button.st,v 1.9 1994-08-11 23:46:08 claus Exp $
 "
 !
 
@@ -472,7 +472,7 @@
     (style ~~ #normal) ifTrue:[
         "do not use super level:offLevel
          - that one redraws the edges.
-         Shure, this is no good coding style"
+         Sure, this is no good coding style"
         level := offLevel.
         margin := level abs
     ]