InfoBox.st
changeset 585 8f395aba0173
parent 574 165d1b2b7922
child 593 86dd024ed773
--- a/InfoBox.st	Thu Apr 25 19:16:52 1996 +0200
+++ b/InfoBox.st	Thu Apr 25 19:26:41 1996 +0200
@@ -59,12 +59,15 @@
     most of them simply redefine the icon shown in the upper left or
     add buttons.
 
-    instance variables:
+    [instance variables:]
 
         formLabel        <Label>        shows a bitmap (warning, question-mark)
 
         textLabel        <Label>        shows the boxes text
 
+
+    [author:]
+        Claus Gittinger
 "
 
 !
@@ -336,5 +339,5 @@
 !InfoBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.27 1996-04-23 15:19:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.28 1996-04-25 17:19:28 cg Exp $'
 ! !