DirectoryContentsBrowser.st
changeset 4850 b2d7550e1914
parent 4828 85483f15dbe2
child 4862 1838e1e01c92
--- a/DirectoryContentsBrowser.st	Tue Apr 29 09:25:52 2003 +0200
+++ b/DirectoryContentsBrowser.st	Tue Apr 29 09:26:07 2003 +0200
@@ -567,6 +567,11 @@
             )
           )
          #(#MenuItem
+            #label: 'Tools'
+            #translateLabel: true
+            #submenuChannel: #toolsMenuSpec
+          )
+         #(#MenuItem
             #label: '-'
           )
          #(#MenuItem
@@ -2814,5 +2819,5 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.102 2003-04-18 12:25:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.103 2003-04-29 07:26:07 cg Exp $'
 ! !