#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Sun, 08 Sep 2019 16:08:47 +0200
changeset 19133 c41dbe689ab6
parent 19132 e87d9411a94b
child 19134 6ac3cadf623d
#REFACTORING by exept class: AbstractSettingsApplication::AllSettingsAppl changed: #fetchSettingsList (send #argumentCount instead of #numArgs)
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Sun Sep 08 16:04:01 2019 +0200
+++ b/AbstractSettingsApplication.st	Sun Sep 08 16:08:47 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1353,7 +1355,7 @@
     UserPreferences selectorsAndMethodsDo:[:sel :mthd|
         |setter getter getterMethod|
         
-        sel numArgs == 1 ifTrue:[
+        sel argumentCount == 1 ifTrue:[
             (sel endsWith:$:) ifTrue:[
                 setter := sel.
                 getter := sel copyButLast asSymbolIfInterned.
@@ -2451,7 +2453,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'