oops - tiggleDetail
authorClaus Gittinger <cg@exept.de>
Mon, 27 Jan 1997 20:41:19 +0100
changeset 1003 1cefd1d13089
parent 1002 1fff704cea57
child 1004 cb182425a977
oops - tiggleDetail
ProcMonitor.st
ProcessMonitor.st
--- a/ProcMonitor.st	Mon Jan 27 17:46:38 1997 +0100
+++ b/ProcMonitor.st	Mon Jan 27 20:41:19 1997 +0100
@@ -429,7 +429,7 @@
                         '\c detail'
                       ).
         selectors := #(
-                        tiggleDetail
+                        toggleDetail
                       ).
     ] ifFalse:[
         labels := resources array:#(
@@ -502,7 +502,7 @@
     ^ m
 
     "Created: 23.1.1997 / 03:05:54 / cg"
-    "Modified: 23.1.1997 / 03:10:09 / cg"
+    "Modified: 27.1.1997 / 20:41:03 / cg"
 !
 
 stopProcess
@@ -600,4 +600,4 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.46 1997-01-23 02:37:05 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libtool/Attic/ProcMonitor.st,v 1.47 1997-01-27 19:41:19 cg Exp $'! !
--- a/ProcessMonitor.st	Mon Jan 27 17:46:38 1997 +0100
+++ b/ProcessMonitor.st	Mon Jan 27 20:41:19 1997 +0100
@@ -429,7 +429,7 @@
                         '\c detail'
                       ).
         selectors := #(
-                        tiggleDetail
+                        toggleDetail
                       ).
     ] ifFalse:[
         labels := resources array:#(
@@ -502,7 +502,7 @@
     ^ m
 
     "Created: 23.1.1997 / 03:05:54 / cg"
-    "Modified: 23.1.1997 / 03:10:09 / cg"
+    "Modified: 27.1.1997 / 20:41:03 / cg"
 !
 
 stopProcess
@@ -600,4 +600,4 @@
 !ProcessMonitor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.46 1997-01-23 02:37:05 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.47 1997-01-27 19:41:19 cg Exp $'! !