ChangesBrowser.st
changeset 502 e8d7b3f08e03
parent 489 89cbd82e4541
child 508 8d2ab732fca5
--- a/ChangesBrowser.st	Tue Apr 23 21:43:49 1996 +0200
+++ b/ChangesBrowser.st	Tue Apr 23 21:45:09 1996 +0200
@@ -230,9 +230,13 @@
 !
 
 showActivity:someMessage
+    "some activityNotification to be forwarded to the user;
+     show it in the windows title area here."
+
     self label:someMessage
 
     "Created: 24.2.1996 / 19:35:42 / cg"
+    "Modified: 23.4.1996 / 21:39:36 / cg"
 ! !
 
 !ChangesBrowser methodsFor:'initialize / release'!
@@ -2147,5 +2151,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.73 1996-04-19 14:31:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.74 1996-04-23 19:45:09 cg Exp $'
 ! !