#conditionalRight
authorClaus Gittinger <cg@exept.de>
Mon, 16 Oct 2006 13:35:09 +0200
changeset 2125 22ad4aa3e495
parent 2124 214c0d1d3c5a
child 2126 312bad3ba846
#conditionalRight
ImageEditor.st
--- a/ImageEditor.st	Mon Oct 16 13:34:44 2006 +0200
+++ b/ImageEditor.st	Mon Oct 16 13:35:09 2006 +0200
@@ -9,7 +9,6 @@
  other person. No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libtool2' }"
 
 ResourceSpecEditor subclass:#ImageEditor
@@ -2286,15 +2285,13 @@
          (MenuItem
             label: 'Help'
             translateLabel: true
-            startGroup: right
+            startGroup: conditionalRight
             submenuChannel: menuHelp
           )
          )
         nil
         nil
       )
-
-    "Modified: / 17-08-2006 / 09:02:32 / cg"
 !
 
 menuMouseButtonColors