diff -r ed501fb693fa -r fb0039d3d3b3 AbstractSettingsApplication.st --- a/AbstractSettingsApplication.st Fri Jun 07 16:09:22 2019 +0200 +++ b/AbstractSettingsApplication.st Fri Jun 07 16:10:59 2019 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 2002 by eXept Software AG All Rights Reserved @@ -2461,7 +2459,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' @@ -3707,7 +3705,7 @@ by the UIPainter of ST/X." "Do not manually edit this!! If it is corrupted, - the UIPainter may not be able to read the specification." + the UIPainter may not be able to read the specification." " UIPainter new openOnClass:AbstractSettingsApplication::CodeGeneratorSettingsAppl andSelector:#windowSpec @@ -3753,7 +3751,7 @@ name: 'GenerateCommentsInGetters' activeHelpKey: generateCommentsInGetters enableChannel: generateComments - model: generateCommentsInGetters + model: generateCommentsForGetters translateLabel: true extent: (Point 607 30) ) @@ -3762,7 +3760,7 @@ name: 'GenerateCommentsInSetters' activeHelpKey: generateCommentsInSetters enableChannel: generateComments - model: generateCommentsInSetters + model: generateCommentsForSetters translateLabel: true extent: (Point 607 30) ) @@ -3774,6 +3772,8 @@ ) ) + + "Modified: / 07-06-2019 / 16:00:21 / Stefan Vogel" ! ! !AbstractSettingsApplication::CodeGeneratorSettingsAppl methodsFor:'aspects'!