TopView.st
changeset 597 958e2673ca11
parent 586 b91f10f632d5
child 616 56cf67c82664
--- a/TopView.st	Tue Apr 23 17:16:31 1996 +0200
+++ b/TopView.st	Tue Apr 23 21:41:54 1996 +0200
@@ -226,11 +226,14 @@
 !
 
 showActivity:someMessage
-    "default for activity notifications: ignore them"
+    "some activityNotification shalt be communicated to
+     the user. 
+     Default for activity notifications here: ignore them"
 
     ^ self
 
     "Created: 16.12.1995 / 18:40:13 / cg"
+    "Modified: 23.4.1996 / 21:38:27 / cg"
 !
 
 withCursor:aCursor do:aBlock
@@ -351,5 +354,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.18 1996-04-22 21:39:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.19 1996-04-23 19:41:54 cg Exp $'
 ! !