GnuplotGraphView.st
changeset 6127 051421a27b60
parent 5781 38948bac30f3
child 6198 d5ff1b431467
--- a/GnuplotGraphView.st	Wed Aug 28 17:23:17 2019 +0200
+++ b/GnuplotGraphView.st	Fri Aug 30 10:41:22 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libwidg2' }"
 
 "{ NameSpace: Smalltalk }"
@@ -380,7 +378,7 @@
 
         ok ifFalse:[
             (stderr := errorStream contents) notEmptyOrNil ifTrue:[
-                Transcript showCR:(stderr withColor:Color red).
+                Transcript showCR:(stderr allRed).
             ].
         ] ifTrue:[
             (stdout := outStream contents) notEmpty ifTrue:[