FileSelectionBox.st
changeset 240 75a3b67bd91d
parent 238 a81e517187e4
child 296 e1b9431b3aef
--- a/FileSelectionBox.st	Thu Dec 07 21:11:40 1995 +0100
+++ b/FileSelectionBox.st	Thu Dec 07 23:09:55 1995 +0100
@@ -120,10 +120,6 @@
 	box action:[:name | Transcript showCr:name].
 	box open
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.25 1995-12-05 19:12:25 cg Exp $'
 ! !
 
 !FileSelectionBox class methodsFor:'defaults'!
@@ -454,3 +450,8 @@
     enterField contents:entry
 ! !
 
+!FileSelectionBox class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.26 1995-12-07 22:09:55 cg Exp $'
+! !