FileBrowser.st
changeset 9115 72d58586f5a5
parent 9101 d6b039e5916c
child 9230 5eefc4b6e737
--- a/FileBrowser.st	Wed Oct 28 19:53:37 2009 +0100
+++ b/FileBrowser.st	Wed Oct 28 19:53:45 2009 +0100
@@ -4865,7 +4865,7 @@
     "Created: 2.8.1997 / 14:11:19 / cg"
 !
 
-bookmarksMenuSpec
+bookmarksMenu
     "return the bookmarksMenu for the path label"
 
     <resource: #programMenu>
@@ -7487,9 +7487,9 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.635 2009-10-28 14:26:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.636 2009-10-28 18:53:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.635 2009-10-28 14:26:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.636 2009-10-28 18:53:45 cg Exp $'
 ! !