ProcessMonitor.st
changeset 682 e51a6364c34f
parent 680 c17630142bab
child 771 5cd10b4845f3
--- a/ProcessMonitor.st	Sat Jul 20 13:13:46 1996 +0200
+++ b/ProcessMonitor.st	Wed Jul 24 17:23:54 1996 +0200
@@ -111,11 +111,12 @@
 
 titleLine
     showDetail ifTrue:[
-    ^ 'id  group  name                           state    prio usedStack    totalStack   current-segment    switches  where'.
+    ^ 'id  group  name                           state    prio usedStack    totalStack  current-segment      switch  where'.
     ].
     ^ 'id  group name                           state    prio usedStack  where'.
 
     "Modified: 3.7.1996 / 13:57:38 / stefan"
+    "Modified: 24.7.1996 / 17:21:15 / cg"
 !
 
 updateList
@@ -655,4 +656,4 @@
 !ProcessMonitor  class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.39 1996-07-18 18:20:50 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.40 1996-07-24 15:23:54 cg Exp $'! !