SystemStatusMonitor.st
changeset 1273 3a8a91e6c5fa
parent 1053 9b1b15ef1e34
child 1806 c596b8441e25
--- a/SystemStatusMonitor.st	Tue Aug 05 16:13:13 1997 +0200
+++ b/SystemStatusMonitor.st	Tue Aug 05 16:30:22 1997 +0200
@@ -94,7 +94,7 @@
     v origin:0.0@0.0 corner:1.0@1.0.
 
     listView := v scrolledView.
-    listView font:font.
+    listView font:(EditTextView defaultFont).
     listView menuHolder:self; menuPerformer:self; menuMessage:#statusMenu. 
 
     listView multipleSelectOk:true.
@@ -115,7 +115,7 @@
      ProcessMonitor open
     "
 
-    "Modified: 23.1.1997 / 03:21:14 / cg"
+    "Modified: 4.8.1997 / 01:44:47 / cg"
 !
 
 mapped
@@ -206,5 +206,5 @@
 !SystemStatusMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.4 1997-03-02 10:23:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.5 1997-08-05 14:30:01 cg Exp $'
 ! !