FileBrowserV2.st
changeset 7413 842b1274968f
parent 7314 94436fc26dc2
child 7462 bfd448c95557
--- a/FileBrowserV2.st	Mon Oct 16 13:14:55 2006 +0200
+++ b/FileBrowserV2.st	Mon Oct 16 13:15:23 2006 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libtool' }"
 
 AbstractFileBrowser subclass:#FileBrowserV2
@@ -960,7 +959,7 @@
          (MenuItem
             label: 'Help'
             translateLabel: true
-            startGroup: right
+            startGroup: conditionalRight
             submenu: 
            (Menu
               (
@@ -987,8 +986,6 @@
         nil
         nil
       )
-
-    "Modified: / 19-09-2006 / 20:52:52 / cg"
 !
 
 previewLabelMenu
@@ -1853,7 +1850,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.157 2006-09-19 18:53:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.158 2006-10-16 11:15:23 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!