FileBrowserV2.st
changeset 3919 c3cb2ca2f2c8
parent 3918 144e37bc7a8c
child 3936 fc5260724951
--- a/FileBrowserV2.st	Mon Sep 30 16:53:27 2002 +0200
+++ b/FileBrowserV2.st	Mon Sep 30 18:39:48 2002 +0200
@@ -690,7 +690,7 @@
                   #indication: #showDirectoryTreeHolder
                 )
                #(#MenuItem
-                  #label: 'View Directory Contents'
+                  #label: 'View Directory Description'
                   #translateLabel: true
                   #indication: #viewDirectoryDescription
                 )
@@ -1330,7 +1330,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.7 2002-09-30 14:53:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.8 2002-09-30 16:39:26 penk Exp $'
 ! !
 
 FileBrowserV2 initialize!