AboutBox.st
changeset 4864 d584b65842b8
parent 2727 7e0930ea0c01
child 5333 4decff66d67a
--- a/AboutBox.st	Wed May 07 16:41:13 2003 +0200
+++ b/AboutBox.st	Wed May 07 16:43:01 2003 +0200
@@ -185,7 +185,7 @@
     "Modified: / 12.6.1998 / 11:48:23 / cg"
 ! !
 
-!AboutBox methodsFor:'show / hide'!
+!AboutBox methodsFor:'show & hide'!
 
 show
     "show the box.
@@ -205,5 +205,5 @@
 !AboutBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.26 2000-08-22 11:09:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AboutBox.st,v 1.27 2003-05-07 14:43:01 cg Exp $'
 ! !