AboutBox.st
changeset 16746 d6620afdaa37
parent 16552 21ff41a08896
child 16748 62486fba2d74
child 16942 4762e6c1295f
--- 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').