#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Wed, 20 Jul 2016 11:36:25 +0200
changeset 16746 d6620afdaa37
parent 16745 afc1111b53ea
child 16747 7e55266044ea
#OTHER by stefan use #blackColor and #whiteColor form device instead of (Color black) and (Color white)
AboutBox.st
--- a/AboutBox.st	Wed Jul 20 11:36:04 2016 +0200
+++ b/AboutBox.st	Wed Jul 20 11:36:25 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -214,7 +216,7 @@
     (lbl := self formLabel) viewBackground:dark.
     lbl foregroundColor:green backgroundColor:dark.
     (lbl := self textLabel) viewBackground:dark.
-    lbl foregroundColor:Color white backgroundColor:dark.
+    lbl foregroundColor:self whiteColor backgroundColor:dark.
 
     self title:(self class aboutText).
     self okText:(resources string:'Close').