FileSelectionBox.st
changeset 648 fcf02d58882e
parent 593 86dd024ed773
child 655 acad3ef3a46c
--- a/FileSelectionBox.st	Thu May 16 12:20:43 1996 +0200
+++ b/FileSelectionBox.st	Thu May 16 12:24:32 1996 +0200
@@ -66,7 +66,7 @@
 
     [see also:]
         DialogBox
-        EnterBox2 YesNoBox
+        EnterBox2 FilenameEnterBox YesNoBox
         ListSelectionBox FileSaveBox
         FileSelectionList SelectionInListView
 "
@@ -597,5 +597,5 @@
 !FileSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.32 1996-04-27 18:15:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.33 1996-05-16 10:24:15 cg Exp $'
 ! !