#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 08 Feb 2017 00:56:16 +0100
changeset 6075 47bab7b3cf8a
parent 6074 8fa5cda16ce0
child 6076 00cfb3845256
#OTHER by cg annotations
Button.st
--- a/Button.st	Sun Feb 05 04:52:31 2017 +0000
+++ b/Button.st	Wed Feb 08 00:56:16 2017 +0100
@@ -1947,9 +1947,13 @@
 !
 
 initialize
+    <modifier: #super> "must be called if redefined"
+
     super initialize.
 
     isReturnButton := defaultable := false.
+
+    "Modified: / 08-02-2017 / 00:32:44 / cg"
 !
 
 reinitialize