DialogBox.st
changeset 797 2f9cd56f48ee
parent 795 eee477a6587a
child 803 0719c7f6a019
--- a/DialogBox.st	Fri Jul 19 20:47:29 1996 +0200
+++ b/DialogBox.st	Fri Jul 19 20:52:41 1996 +0200
@@ -5004,6 +5004,8 @@
 
     |w h p|
 
+    "/ If I have an explicit preferredExtent ..
+
     preferredExtent notNil ifTrue:[
         ^ preferredExtent
     ].
@@ -5053,7 +5055,7 @@
 "/
     ^ w @ h
 
-    "Modified: 3.6.1996 / 11:07:26 / cg"
+    "Modified: 19.7.1996 / 20:43:52 / cg"
 ! !
 
 !DialogBox methodsFor:'user actions'!
@@ -5149,6 +5151,6 @@
 !DialogBox  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.86 1996-07-17 14:05:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.87 1996-07-19 18:52:41 cg Exp $'
 ! !
 DialogBox initialize!