FileBrowserV2.st
changeset 4733 57168d656346
parent 4730 a5ec41cf750e
child 4750 2a330de8d275
--- a/FileBrowserV2.st	Fri Mar 28 12:33:12 2003 +0100
+++ b/FileBrowserV2.st	Fri Mar 28 12:45:57 2003 +0100
@@ -1237,7 +1237,6 @@
           )
          #(#MenuItem
             #activeHelpKey: #fileIn
-            #enabled: #hasSmalltalkFileSelection
             #label: 'File In'
             #itemValue: #fileFileIn
             #translateLabel: true
@@ -1738,7 +1737,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.75 2003-03-28 09:05:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.76 2003-03-28 11:45:57 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!