UIPainter.st
changeset 348 26656736930c
parent 347 84460ca6aa7f
child 351 7cb9f9c9a872
--- a/UIPainter.st	Thu Oct 23 16:42:54 1997 +0200
+++ b/UIPainter.st	Thu Oct 23 16:44:22 1997 +0200
@@ -2367,7 +2367,7 @@
             ) accepted.
 
          accepted ifTrue:[
-            self resolveName:className value.
+            cls := self resolveName:className value.
 
             cls isNil ifTrue:[
                 failed := true.