# HG changeset patch # User Claus Gittinger # Date 832242272 -7200 # Node ID fcf02d58882e6703ec0dc4fa2b4284c2fc025574 # Parent 44ecc7a251723a65ca57596a0cf34d33e5f9de69 checkin from browser diff -r 44ecc7a25172 -r fcf02d58882e FSaveBox.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 $' ! ! diff -r 44ecc7a25172 -r fcf02d58882e FSelBox.st --- 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 $' ! ! diff -r 44ecc7a25172 -r fcf02d58882e FileSaveBox.st --- 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 $' ! ! diff -r 44ecc7a25172 -r fcf02d58882e FileSelectionBox.st --- 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 $' ! !