# HG changeset patch # User Claus Gittinger # Date 1580754051 -3600 # Node ID 342922e535179abfaa6e6678b2f0b1510e6acb60 # Parent 1e07ecc7830509702bf53f4b845c28a84d1777c2 #OTHER by cg bad english class: TableDrivenOutputAction class comment/format in: #isCompatibleWithOutputType: class: TableDrivenOutputAction::EachGreater class comment/format in: #isCompatibleWithOutputType: class: TableDrivenOutputAction::EachLess class comment/format in: #isCompatibleWithOutputType: diff -r 1e07ecc78305 -r 342922e53517 FileSelectionTree.st --- a/FileSelectionTree.st Mon Feb 03 19:20:34 2020 +0100 +++ b/FileSelectionTree.st Mon Feb 03 19:20:51 2020 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1997 by eXept Software AG All Rights Reserved @@ -501,8 +503,8 @@ ! initialize - "setup my model and set the default path to the current directory; on default - multiple selection is disabled. + "setup my model and set the default path to the current directory; + by default, multiple selection is disabled. " itemClass := FileSelectionItem.