# HG changeset patch # User ca # Date 1218185600 -7200 # Node ID f86eef5db77949969761e5e27c69072b0aba7d34 # Parent 59128c4b9caea3ed9cb92cb43d39db0a1172db59 group diff -r 59128c4b9cae -r f86eef5db779 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