conditionalRight in startGroup
authorClaus Gittinger <cg@exept.de>
Mon, 16 Oct 2006 17:13:11 +0200
changeset 2127 e629b1f6c81b
parent 2126 312bad3ba846
child 2128 b64b5a143005
conditionalRight in startGroup
UIHelpTool.st
--- a/UIHelpTool.st	Mon Oct 16 17:03:57 2006 +0200
+++ b/UIHelpTool.st	Mon Oct 16 17:13:11 2006 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libtool2' }"
 
 ResourceSpecEditor subclass:#UIHelpTool
@@ -507,7 +506,7 @@
          (MenuItem
             label: 'Help'
             translateLabel: true
-            startGroup: right
+            startGroup: conditionalRight
             submenuChannel: menuHelp
           )
          )