DialogBox.st
changeset 5650 87d621a36c96
parent 5627 af8a8b824a40
child 5700 dcfece192331
--- a/DialogBox.st	Sun Apr 03 03:29:25 2016 +0200
+++ b/DialogBox.st	Sun Apr 03 21:46:50 2016 +0200
@@ -1095,6 +1095,8 @@
 
 initialize
     self == DialogBox ifTrue:[
+        "/ do this for ST-80 compatibility 
+        "/ (and in the meantime also for my own compatibility..)
         Dialog := self
     ].