diff -r 4c2297e8a454 -r 2159fce56364 UIPainter.st --- a/UIPainter.st Tue Mar 07 16:38:37 2017 +0100 +++ b/UIPainter.st Wed Mar 15 12:20:03 2017 +0100 @@ -1993,8 +1993,8 @@ the MenuEditor may not be able to read the specification." " - MenuEditor new openOnClass:Workflow::WorksheetEditor andSelector:#zoomMenuSlice - (Menu new fromLiteralArrayEncoding:(Workflow::WorksheetEditor zoomMenuSlice)) startUp + MenuEditor new openOnClass:Workflow::WorksheetEditor andSelector:#gridMenuSlice + (Menu new fromLiteralArrayEncoding:(Workflow::WorksheetEditor gridMenuSlice)) startUp " @@ -2022,6 +2022,8 @@ nil nil ) + + "Modified (comment): / 15-03-2017 / 11:30:06 / cg" ! menu