ExternalStreamMonitor.st
changeset 19045 1a9c95a8f7ce
parent 19044 ede197974113
child 19054 6b328ef4b81c
--- a/ExternalStreamMonitor.st	Wed Aug 28 23:17:45 2019 +0200
+++ b/ExternalStreamMonitor.st	Wed Aug 28 23:33:26 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by Claus Gittinger
 	      All Rights Reserved
@@ -51,7 +53,7 @@
         Stream ExternalStream
         WindowGroup
         ProcessMonitor
-        SemaphoreMonitor
+        SemaphoreMonitor OSProcessMonitor
 
     [author:]
         Claus Gittinger
@@ -256,7 +258,7 @@
 !
 
 updateList
-    "update list of semaphores"
+    "update list of streams"
 
     |newList|
 
@@ -295,7 +297,7 @@
 !
 
 updateStatus:newStreamsList
-    "update status display of semaphores"
+    "update status display of streams"
 
     |oldList list oldSelection newSelection|