# HG changeset patch # User Claus Gittinger # Date 1330595553 -3600 # Node ID bee1a24df6e414f9a5beafccd414dc6eed8a1f7c # Parent fca00eb7b1a464122ad4ca0fdc075e2a7563041d changed: #menu diff -r fca00eb7b1a4 -r bee1a24df6e4 UIPainter.st --- a/UIPainter.st Thu Mar 01 10:38:43 2012 +0100 +++ b/UIPainter.st Thu Mar 01 10:52:33 2012 +0100 @@ -1692,6 +1692,7 @@ "Do not manually edit this!! If it is corrupted, the MenuEditor may not be able to read the specification." + " MenuEditor new openOnClass:UIPainter andSelector:#menu (Menu new fromLiteralArrayEncoding:(UIPainter menu)) startUp @@ -1830,7 +1831,7 @@ ) (MenuItem activeHelpKey: testGeometryTestMode - label: 'Geometry Test Mode' + label: 'Geometry Test/Set Mode' translateLabel: true indication: testMode: )