FileApplicationNoteBook.st
branchjv
changeset 16869 2ecababdd4c0
parent 16828 3be43a489ae3
parent 16861 1f1c2aacd0ac
child 17136 cb908d2ba02e
--- a/FileApplicationNoteBook.st	Mon Sep 19 08:48:45 2016 +0100
+++ b/FileApplicationNoteBook.st	Wed Sep 28 07:09:57 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1110,7 +1108,7 @@
         | listOfEdits indexOfLastSel list |
 
         sel := changedObject value.
-        "/ dont want the tabs with one application - thats why i have to change my tablist
+        "/ dont want the tabs with one application - that's why i have to change my tablist
         "/ sel goes to if - i want select the last selection
         sel = 0 ifTrue:[
             ^ self.
@@ -6679,7 +6677,7 @@
     aWidget modifiedChannel:self viewModifiedChannel.
 
     editView externalEncoding:self fileEncoding.
-    "/ editView characterEncoding:'unicode'. - thats the default anyway
+    "/ editView characterEncoding:'unicode'. - that's the default anyway
 
     "Modified: / 06-10-2011 / 11:43:40 / cg"
     "Modified (comment): / 03-12-2011 / 10:27:47 / cg"