Tools__CodeView2.st
changeset 17395 6e4f908dc515
parent 17322 52be40f937e7
child 17456 bb04272d0316
--- a/Tools__CodeView2.st	Sun Feb 12 12:32:51 2017 +0100
+++ b/Tools__CodeView2.st	Sun Feb 12 12:59:35 2017 +0100
@@ -830,8 +830,10 @@
     textView backgroundColor:aColor
 !
 
-viewBackground:newViewBackground
-    textView viewBackground:newViewBackground
+viewBackground:aColor
+    textView viewBackground:aColor
+
+    "Modified (format): / 12-02-2017 / 12:58:44 / cg"
 ! !
 
 !CodeView2 methodsFor:'aspects'!