FileSelectionList.st
changeset 5589 84ac406042c9
parent 4711 63f8eaa7e296
child 6105 d643337ff3e6
--- a/FileSelectionList.st	Mon Feb 08 10:05:18 2016 +0100
+++ b/FileSelectionList.st	Mon Feb 08 10:05:27 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libwidg' }"
 
+"{ NameSpace: Smalltalk }"
+
 SelectionInListView subclass:#FileSelectionList
 	instanceVariableNames:'pattern directory timeStamp directoryId directoryName
 		directoryContents directoryFileTypes realAction matchBlock
@@ -201,7 +203,7 @@
         top open
                                                                         [exEnd]
 
-    dont show the directory arrow-mark:
+    don't show the directory arrow-mark:
                                                                         [exBegin]
         |top v list|
 
@@ -349,7 +351,7 @@
         top open
                                                                         [exEnd]
 
-    show only h*-files in /etc; dont allow directory changes:
+    show only h*-files in /etc; don't allow directory changes:
                                                                         [exBegin]
         |top v list|
 
@@ -1091,6 +1093,6 @@
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.59 2013-08-31 19:29:52 cg Exp $'
+    ^ '$Header$'
 ! !