checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 16 May 1996 12:24:32 +0200
changeset 648 fcf02d58882e
parent 647 44ecc7a25172
child 649 097c69ce9599
checkin from browser
FSaveBox.st
FSelBox.st
FileSaveBox.st
FileSelectionBox.st
--- a/FSaveBox.st	Thu May 16 12:20:43 1996 +0200
+++ b/FSaveBox.st	Thu May 16 12:24:32 1996 +0200
@@ -48,7 +48,7 @@
 
     [see also:]
         DialogBox
-        EnterBox2 YesNoBox
+        EnterBox2 FilenameEnterBox YesNoBox
         ListSelectionBox FileSelectionBox 
 "
 ! !
@@ -121,5 +121,5 @@
 !FileSaveBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSaveBox.st,v 1.10 1996-05-12 19:46:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSaveBox.st,v 1.11 1996-05-16 10:24:32 cg Exp $'
 ! !
--- a/FSelBox.st	Thu May 16 12:20:43 1996 +0200
+++ b/FSelBox.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/Attic/FSelBox.st,v 1.32 1996-04-27 18:15:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelBox.st,v 1.33 1996-05-16 10:24:15 cg Exp $'
 ! !
--- a/FileSaveBox.st	Thu May 16 12:20:43 1996 +0200
+++ b/FileSaveBox.st	Thu May 16 12:24:32 1996 +0200
@@ -48,7 +48,7 @@
 
     [see also:]
         DialogBox
-        EnterBox2 YesNoBox
+        EnterBox2 FilenameEnterBox YesNoBox
         ListSelectionBox FileSelectionBox 
 "
 ! !
@@ -121,5 +121,5 @@
 !FileSaveBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.10 1996-05-12 19:46:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSaveBox.st,v 1.11 1996-05-16 10:24:32 cg Exp $'
 ! !
--- 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 $'
 ! !