Launcher.st
changeset 500 6824f44e589b
parent 499 245bba7b9cd3
child 503 94b826e911b2
--- a/Launcher.st	Tue Apr 23 20:22:53 1996 +0200
+++ b/Launcher.st	Tue Apr 23 21:42:23 1996 +0200
@@ -1684,10 +1684,13 @@
 !
 
 showActivity:someMessage
+    "some activityNotification to be forwarded to the user;
+     show it in the transcript here."
+
     Transcript showCr:someMessage; endEntry
 
     "Created: 23.12.1995 / 12:38:29 / cg"
-    "Modified: 23.12.1995 / 12:40:19 / cg"
+    "Modified: 23.4.1996 / 21:39:10 / cg"
 ! !
 
 !NewLauncher methodsFor:'initialize / release'!
@@ -2556,5 +2559,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.113 1996-04-23 18:22:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.114 1996-04-23 19:42:23 cg Exp $'
 ! !