FileSelectionBox.st
changeset 1809 111f603c0a1c
parent 1674 75149fa16b10
child 2231 48ab82d819bc
--- a/FileSelectionBox.st	Fri Mar 19 22:10:00 1999 +0100
+++ b/FileSelectionBox.st	Fri Mar 19 22:13:33 1999 +0100
@@ -294,7 +294,7 @@
     "return the current entered value (i.e. the enterFields string).
      redefined to return the full pathname."
 
-    |string sep|
+    |string|
 
     string := super contents.
     string isNil ifTrue:[
@@ -644,5 +644,5 @@
 !FileSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.55 1998-09-11 13:57:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.56 1999-03-19 21:12:13 cg Exp $'
 ! !