group
authorca
Fri, 08 Aug 2008 10:53:20 +0200
changeset 2393 f86eef5db779
parent 2392 59128c4b9cae
child 2394 664ca922a80a
group
UIPainter.st
--- a/UIPainter.st	Fri Aug 08 10:53:11 2008 +0200
+++ b/UIPainter.st	Fri Aug 08 10:53:20 2008 +0200
@@ -2103,21 +2103,21 @@
 "/          )
          (MenuItem
             activeHelpKey: groupWithLayout
-            enabled: enGroup
+            enabled: canGroup
             label: 'Group with Layout'
             itemValue: groupWithLayout
             translateLabel: true
           )
          (MenuItem
             activeHelpKey: ungroup
-            enabled: enUngroup
+            enabled: canUngroup
             label: 'Ungroup'
             itemValue: ungroup
             translateLabel: true
           )
          (MenuItem
             activeHelpKey: ungroupWithLayout
-            enabled: enUngroup
+            enabled: canGroup
             label: 'Ungroup with Layout'
             itemValue: ungroupWithLayout
             translateLabel: true