#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Feb 2017 00:56:54 +0100
changeset 7848 bccc2879a64e
parent 7847 a19ce510b266
child 7849 ad44552af12c
#OTHER by cg annotations
ModalBox.st
--- a/ModalBox.st	Wed Feb 08 00:56:52 2017 +0100
+++ b/ModalBox.st	Wed Feb 08 00:56:54 2017 +0100
@@ -298,6 +298,8 @@
 !
 
 initialize
+    <modifier: #super> "must be called if redefined"
+
     |form resizeButton moveButton|
 
     super initialize.
@@ -362,7 +364,7 @@
         moveButton cursor:(Cursor origin)
     ].
 
-    "Modified: 24.7.1997 / 16:08:11 / cg"
+    "Modified (format): / 08-02-2017 / 00:26:36 / cg"
 !
 
 isPopUpView