DialogBox.st
changeset 3352 cacf6a24818d
parent 3340 82f598cba210
child 3355 abe6b60871f2
--- a/DialogBox.st	Wed Aug 23 11:47:39 2006 +0200
+++ b/DialogBox.st	Wed Aug 23 12:34:52 2006 +0200
@@ -1892,7 +1892,7 @@
                     title:title
                     action:[:fileName | enteredName := fileName].
 
-   fileBox acceptReturnAsOK:aBoolean.
+    fileBox acceptReturnAsOK:aBoolean.
 
     okText notNil 
         ifTrue:[ t := okText ]
@@ -1936,8 +1936,8 @@
         ifFail:'none'
     "
 
-    "Created: 19.4.1996 / 14:31:04 / cg"
-    "Modified: 23.10.1997 / 19:24:41 / cg"
+    "Created: / 19-04-1996 / 14:31:04 / cg"
+    "Modified: / 23-08-2006 / 12:33:55 / cg"
 !
 
 requestDirectoryName:titleString default:aFileName ok:okText abort:abortText version:versionSymbol pattern:pattern fromDirectory:aDirectoryPath ifFail:failBlock whenBoxCreatedEvaluate:boxCreatedCallback asLoadDialog:aBoolean
@@ -8212,7 +8212,7 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.248 2006-08-22 15:34:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.249 2006-08-23 10:34:52 cg Exp $'
 ! !
 
 DialogBox initialize!