#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 10:44:40 +0200
changeset 8718 616b1e3128aa
parent 8717 b40981a26bbd
child 8719 d001eda79109
#DOCUMENTATION by cg class: TopView comment/format in: #showActivity:
TopView.st
--- a/TopView.st	Fri Jun 28 09:23:57 2019 +0200
+++ b/TopView.st	Fri Jun 28 10:44:40 2019 +0200
@@ -628,12 +628,14 @@
 
 showActivity:someMessage
     "some activityNotification shalt be communicated to the user.
-     Default for activity notifications here: ignore them"
+     The default here is to ignore it,
+     but it is redefined in StdSysView to present it to the user."
 
     ^ self
 
     "Created: / 16-12-1995 / 18:40:13 / cg"
     "Modified: / 31-10-2007 / 01:48:33 / cg"
+    "Modified: / 28-06-2019 / 10:44:14 / Claus Gittinger"
 !
 
 trayButtonDoubleClick:buttonNr