# HG changeset patch # User Claus Gittinger # Date 1161011591 -7200 # Node ID e629b1f6c81bebe47a076373f6c34c74060f68bc # Parent 312bad3ba84621fc19296e7a6f675b60fcad48e2 conditionalRight in startGroup diff -r 312bad3ba846 -r e629b1f6c81b 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 ) )