#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Mon, 08 Feb 2016 10:05:27 +0100
changeset 5589 84ac406042c9
parent 5588 8cab8ec46a4c
child 5590 ea8c6fdde3cb
#DOCUMENTATION class: FileSelectionList comment/format in: #examples typo
FileSelectionList.st
--- 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$'
 ! !