#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 13 Mar 2019 22:32:25 +0100
changeset 18692 a12a8ca6179e
parent 18691 3c2384798bbd
child 18693 f19712e66832
#REFACTORING by cg class: AbstractSettingsApplication::ToolboxSettingsAppl::ClassToolSetting changed: #labels:
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Mar 13 22:30:56 2019 +0100
+++ b/AbstractSettingsApplication.st	Wed Mar 13 22:32:25 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -2458,7 +2460,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'
@@ -20494,10 +20496,11 @@
 
     | labels |
     labels := aCollection asOrderedCollection.
-    labels add: (self class resources at: 'Custom class') asText allItalic.
+    labels add: (self class resources at: 'Custom class') allItalic.
     self optionLabelList value: labels.
 
     "Created: / 14-02-2012 / 18:21:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 13-03-2019 / 21:55:44 / Claus Gittinger"
 !
 
 model: aValueHolder