menuitem protocol
authorClaus Gittinger <cg@exept.de>
Sun, 09 Sep 2012 20:59:04 +0200
changeset 2923 38943deb8672
parent 2922 995b64590960
child 2924 dd5db335cdc9
menuitem protocol
UIPainter.st
--- a/UIPainter.st	Thu Sep 06 21:18:32 2012 +0200
+++ b/UIPainter.st	Sun Sep 09 20:59:04 2012 +0200
@@ -3836,8 +3836,7 @@
                     |item|
 
                     item := MenuItem new label:(resources string:'Replace by %1' with:eachClass userFriendlyName).
-                    item value:#replaceWidgetByClass:.
-                    item argument:eachClass.
+                    item itemValue:#replaceWidgetByClass: argument:eachClass.
                     m addItem:item.
                 ].
             ].
@@ -3846,6 +3845,8 @@
         m findGuiResourcesIn:self.
         m
       ].
+
+    "Modified: / 09-09-2012 / 13:25:09 / cg"
 ! !
 
 !UIPainter methodsFor:'private'!