Tools__ClassList.st
branchjv
changeset 17136 cb908d2ba02e
parent 17132 17d361c666c2
parent 17041 9ed82542caab
child 17304 3eea1002b141
--- a/Tools__ClassList.st	Thu Nov 24 22:03:16 2016 +0000
+++ b/Tools__ClassList.st	Thu Nov 24 22:14:31 2016 +0000
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -1697,11 +1695,11 @@
             listView scrollWhenUpdating:nil.
 
             "/ this will lead to a selectionIndex change (done by the selListView);
-            "/ however, we dont want this here, since it recurses into
+            "/ however, we don't want this here, since it recurses into
             "/ a selectionChange. Therefore, temporarily disconnect the selectionIndexHolder...
             [
                 self selectedClassNameIndices removeDependent:self.
-                "/ also, dont want a callback (selectionChangedByClick)
+                "/ also, don't want a callback (selectionChangedByClick)
                 sav := listView action.
                 listView action:nil.
                 self classNameList value:newNameList.