#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Feb 2017 01:02:22 +0100
changeset 3397 1009583a873c
parent 3396 efbf0e6f05b4
child 3398 9c87da351c9c
#DOCUMENTATION by cg class: UIHelpTool
UIHelpTool.st
--- a/UIHelpTool.st	Wed Feb 08 01:01:14 2017 +0100
+++ b/UIHelpTool.st	Wed Feb 08 01:02:22 2017 +0100
@@ -1270,13 +1270,15 @@
 !UIHelpTool::ClassItem methodsFor:'instance creation'!
 
 initialize
-    "setup defaults
-    "
+    "setup defaults"
+
     super initialize.
 
     children   := OrderedCollection new.
     isExpanded := true.
     modified   := false.
+
+    "Modified: / 08-02-2017 / 01:02:14 / cg"
 !
 
 onClass:aClass
@@ -1433,11 +1435,13 @@
 !
 
 initialize
-    "setup defaults
-    "
+    "setup defaults"
+
     super initialize.
     children := #().
     modified := false.
+
+    "Modified: / 08-02-2017 / 01:01:49 / cg"
 ! !
 
 !UIHelpTool::KeyItem methodsFor:'private'!