#OTHER by mawalch
authormawalch
Thu, 06 Oct 2016 22:28:44 +0200
changeset 16912 e57a97280a14
parent 16911 d71609b50e6d
child 16913 1ab04bf1ae34
#OTHER by mawalch Typos
AbstractDirectoryBrowser.st
--- a/AbstractDirectoryBrowser.st	Thu Oct 06 19:12:57 2016 +0200
+++ b/AbstractDirectoryBrowser.st	Thu Oct 06 22:28:44 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 AbstractFileBrowser subclass:#AbstractDirectoryBrowser
 	instanceVariableNames:'inDropMode canDropItem browser updateToExternFileHolderLock'
 	classVariableNames:''
@@ -198,7 +200,7 @@
 
     "/ cg: used to be unconditionally true hew;
     "/ but then, when a FileDialog (which is not an AbstractFileBrowser) is opened,
-    "/ the commonPostBuild will not properly update its enable chanels;
+    "/ the commonPostBuild will not properly update its enable channels;
     "/ especially the enableDirectoryUp is false.
     "/ This whole FileBrowser is so complicated that it became almost unusable.
     "/ (too much inheritance and knowledge - DirTree and DirContents should each only do
@@ -228,10 +230,10 @@
 !AbstractDirectoryBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractDirectoryBrowser.st,v 1.27 2014-12-17 15:32:42 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractDirectoryBrowser.st,v 1.27 2014-12-17 15:32:42 cg Exp $'
+    ^ '$Header$'
 ! !