FileBrowserV2.st
changeset 9114 21fecc6e1a10
parent 8898 4b07bd1ed9c0
child 9134 e5c10f2053f0
--- a/FileBrowserV2.st	Wed Oct 28 19:53:27 2009 +0100
+++ b/FileBrowserV2.st	Wed Oct 28 19:53:37 2009 +0100
@@ -1081,7 +1081,7 @@
             label: 'Bookmarks'
             translateLabel: true
             isButton: true
-            submenuChannel: gotoBookmarksMenuSpec
+            submenuChannel: gotoBookmarksMenu
             labelImage: (ResourceRetriever ToolbarIconLibrary directoryBookmarksIcon)
           )
          (MenuItem
@@ -1975,11 +1975,11 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.184 2009-10-08 08:43:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.185 2009-10-28 18:53:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.184 2009-10-08 08:43:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.185 2009-10-28 18:53:37 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!