#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 25 Sep 2018 12:20:43 +0200
changeset 4182 d9319203ae2e
parent 4181 f0b8d41ff628
child 4183 a40f88ee0673
#DOCUMENTATION by cg class: ApplicationModel comment/format in: #postApplicationProcessCreate:windowGroup:
ApplicationModel.st
--- a/ApplicationModel.st	Mon Sep 24 10:42:58 2018 +0200
+++ b/ApplicationModel.st	Tue Sep 25 12:20:43 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
               All Rights Reserved
@@ -2755,8 +2757,9 @@
     "this is sent whenever a new application is launched from this app,
      which forks its own windowGroup process. Allows for process group management,
      or process-global exception handlers to be installed.
-     Nothing done here - to be redefined in concrete applications"
-
+     Nothing done here - can be redefined in concrete applications"
+
+    "Modified (comment): / 25-09-2018 / 12:20:16 / Claus Gittinger"
 !
 
 postBuildAsSubcanvasWith:aBuilder
@@ -2833,7 +2836,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."