UIPainterView.st
changeset 2997 6cf3623a78ed
parent 2963 7df17046fc89
child 3021 3cdebdf0071d
--- a/UIPainterView.st	Fri Apr 19 11:36:27 2013 +0200
+++ b/UIPainterView.st	Thu Apr 25 15:10:44 2013 +0200
@@ -1114,7 +1114,7 @@
 
                     (aFilterOrEmpty isNil or:[aFilterOrEmpty includes:aSel]) ifTrue:[
                         (definedMethodSelectors includes:aSel) ifFalse:[
-                            aspect := (aSel copyWithoutLast:1) asSymbol.
+                            aspect := (aSel copyButLast:1) asSymbol.
                             thisCode := (self generateAspectSetMethodFor:aspect spec:protoSpec inClass:cls).
                             codePieces add:thisCode.
                             definedMethodSelectors add:aSel.