FileSelectionList.st
changeset 843 20890b1098ce
parent 720 2fb021555f9d
child 1272 c22a8fbe90ed
--- a/FileSelectionList.st	Mon Oct 14 23:29:56 1996 +0200
+++ b/FileSelectionList.st	Mon Oct 14 23:31:34 1996 +0200
@@ -22,7 +22,7 @@
 	category:'Views-Text'
 !
 
-!FileSelectionList class methodsFor:'documentation'!
+!FileSelectionList  class methodsFor:'documentation'!
 
 copyright
 "
@@ -76,7 +76,7 @@
 
             quickDirectoryChange    if true, directories can be changed with a single click
                                     if false (the default), they need a double click.
-                                    Makes sense if a directory is what we are interrested in,
+                                    Makes sense if a directory is what we are interested in,
                                     for files its better to leave it as false.
 
             stayInDirectory         if true, no directoryChanges are allowed.
@@ -956,8 +956,8 @@
     super realize
 ! !
 
-!FileSelectionList class methodsFor:'documentation'!
+!FileSelectionList  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.33 1996-05-29 14:16:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.34 1996-10-14 21:31:34 stefan Exp $'
 ! !