SimpleDialog.st
changeset 905 f2a0bb5b147c
parent 903 b9e0882bd2f4
child 906 732822b19bc3
--- a/SimpleDialog.st	Wed Apr 22 09:42:05 1998 +0200
+++ b/SimpleDialog.st	Wed Apr 22 13:53:57 1998 +0200
@@ -356,15 +356,15 @@
     "open a standard interface.
      Redefned to return the accept value instead of the builder."
 
-    super openInterface:aWindowSpec.
+    super openInterfaceModal:aWindowSpec.
     ^ accept value.
 
     "Created: / 23.1.1998 / 18:19:57 / cg"
-    "Modified: / 23.1.1998 / 18:20:54 / cg"
+    "Modified: / 22.4.1998 / 11:59:05 / cg"
 ! !
 
 !SimpleDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.16 1998-04-21 00:18:54 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.17 1998-04-22 11:53:57 cg Exp $'
 ! !