SimpleDialog.st
changeset 3205 88b0e4082379
parent 3204 c606e3239538
child 3208 bc25fa88a042
--- a/SimpleDialog.st	Wed Jul 31 18:03:14 2013 +0200
+++ b/SimpleDialog.st	Wed Jul 31 18:06:45 2013 +0200
@@ -557,11 +557,23 @@
     ^ #dialog
 
     "Modified: 14.2.1997 / 22:17:20 / cg"
+!
+
+shouldRememberLastExtent
+    ^ self accepted.
+    "/ should we say:
+    "/ ^ true
+
+    "Created: / 31-07-2013 / 18:06:12 / cg"
 ! !
 
 !SimpleDialog class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.52 2013-07-31 16:06:45 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.51 2013-07-31 16:03:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.52 2013-07-31 16:06:45 cg Exp $'
 ! !