#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Thu, 17 May 2018 12:53:20 +0200
changeset 18129 41ca9a5605a1
parent 18128 96c4a977f1d1
child 18130 64f823c2b648
#BUGFIX by stefan class: AbstractSettingsApplication::CommunicationLoggingSettingsAppl class changed: #windowSpec fix mistyped aspect method name
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed May 16 18:52:07 2018 +0200
+++ b/AbstractSettingsApplication.st	Thu May 17 12:53:20 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -2430,7 +2428,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'
@@ -3859,8 +3857,8 @@
                 (CheckBoxSpec
                    label: 'Log Executed OS Commands'
                    name: 'LogExecutedOSCommands'
-                   activeHelpKey: LogExecutedOSCommands
-                   model: LogExecutedOSCommands
+                   activeHelpKey: logExecutedOSCommands
+                   model: logExecutedOSCommands
                    translateLabel: true
                    extent: (Point 571 34)
                  )
@@ -3888,6 +3886,8 @@
 
        )
      )
+
+    "Modified: / 17-05-2018 / 12:50:11 / Stefan Vogel"
 ! !
 
 !AbstractSettingsApplication::CommunicationLoggingSettingsAppl methodsFor:'aspects'!