new startGroup value: #conditionalRight
authorClaus Gittinger <cg@exept.de>
Mon, 16 Oct 2006 13:11:38 +0200
changeset 7411 a4b3406ff2a7
parent 7410 c85762b2a733
child 7412 ebab1a211cc5
new startGroup value: #conditionalRight
NewLauncher.st
--- a/NewLauncher.st	Mon Oct 16 11:42:37 2006 +0200
+++ b/NewLauncher.st	Mon Oct 16 13:11:38 2006 +0200
@@ -9,9 +9,6 @@
  other person. No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libtool' }"
 
 AbstractLauncherApplication subclass:#NewLauncher
@@ -1974,7 +1971,7 @@
             label: '&Help'
             nameKey: help
             translateLabel: true
-            startGroup: right
+            startGroup: conditionalRight
             submenuChannel: helpMenu
             keepLinkedMenu: true
           )
@@ -2120,7 +2117,7 @@
             translateLabel: true
             isButton: true
             startGroup: right
-            labelImage: (ResourceRetriever ToolbarIconLibrary stxHelpIcon)
+            labelImage: (ResourceRetriever XPToolbarIconLibrary stxHelpIcon)
           )
          )
         nil
@@ -4271,5 +4268,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.342 2006-09-19 18:53:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.343 2006-10-16 11:11:38 cg Exp $'
 ! !