#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 15 Mar 2017 12:20:03 +0100
changeset 3428 2159fce56364
parent 3427 4c2297e8a454
child 3429 bda211bf56ec
#DOCUMENTATION by cg class: UIPainter comment/format in: #gridMenuSlice
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
     "
 
     <resource: #menu>
@@ -2022,6 +2022,8 @@
         nil
         nil
       )
+
+    "Modified (comment): / 15-03-2017 / 11:30:06 / cg"
 !
 
 menu