ApplicationModel.st
changeset 4268 8a9c9976bce1
parent 4265 664b7b5c72b2
child 4270 94a8a3dbe5a6
--- a/ApplicationModel.st	Sun May 19 20:18:30 2019 +0200
+++ b/ApplicationModel.st	Mon May 27 15:15:22 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
               All Rights Reserved
@@ -2184,7 +2182,7 @@
     "Created: 14.2.1997 / 17:36:17 / cg"
 ! !
 
-!ApplicationModel methodsFor:'copying'!
+!ApplicationModel methodsFor:'copying-private'!
 
 postCopy
     builder := device := nil.
@@ -2921,7 +2919,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."