ApplicationModel.st
changeset 4333 5e795610eda0
parent 4326 3cbb2d3d12ed
child 4334 48983c9f9f3a
--- a/ApplicationModel.st	Mon Aug 26 09:46:54 2019 +0200
+++ b/ApplicationModel.st	Wed Aug 28 10:41:51 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
               All Rights Reserved
@@ -3283,7 +3285,7 @@
 !
 
 postOpenDialogWith:aBuilder
-    "this is sent after the applicationÄs window is opened as a dialog with me
+    "this is sent after the applicationÄs window is opened as a dialog with me
      as a source (for aspects) i.e. via openDialogInterface:.
      Can be redefined in subclasses for actions after opening a dialog view."
 
@@ -4195,7 +4197,7 @@
     ].
     UnhandledAttributeInLiteralArrayErrorSignal handle:[:ex |
         "/ that is to support debugging - to easily find the bad spec
-        Transcript showCR:'%1 [warning]: Error in spec (%2):' withCRs 
+        Transcript showCR:'%1 [warning]: Error in spec (%2):' 
                                 with:self className 
                                 with:aSelectorOrSpec.
         Transcript showCR:ex description.