#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:44:25 +0200
changeset 19074 47b266104e80
parent 19073 187b9328a18e
child 19075 02103f152957
#OTHER by exept use allRed and allGray
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Fri Aug 30 10:44:21 2019 +0200
+++ b/AbstractSettingsApplication.st	Fri Aug 30 10:44:25 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1621,7 +1619,7 @@
                         and:[ defClass isFullyLoaded ]].
 
                     isAlreadyLoaded ifTrue:[
-                        list add:(packageID,(' (currently loaded)' withColor:Color grey))
+                        list add:(packageID,(' (currently loaded)' allGray))
                     ] ifFalse:[
                         list add:packageID
                     ]
@@ -2453,7 +2451,7 @@
                                extent: (Point 665 22)
                              )
                             (CheckBoxSpec
-                               label: 'Allow Paragraph in Identifiers (§)'
+                               label: 'Allow Paragraph in Identifiers (§)'
                                name: 'CheckBox10'
                                activeHelpKey: allowParagraphInIdentifier
                                uuid: '9c9316ac-1f3f-11b2-903e-3065ec8abe8a'