UIPainter.st
changeset 3428 2159fce56364
parent 3386 5baabc41e189
child 3444 4d705dd47c2d
--- 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
     "
 
     <resource: #menu>
@@ -2022,6 +2022,8 @@
         nil
         nil
       )
+
+    "Modified (comment): / 15-03-2017 / 11:30:06 / cg"
 !
 
 menu