UIPainterView.st
changeset 2963 7df17046fc89
parent 2951 c2b24bf7b967
child 2997 6cf3623a78ed
--- a/UIPainterView.st	Wed Mar 06 10:01:59 2013 +0100
+++ b/UIPainterView.st	Wed Mar 06 10:02:27 2013 +0100
@@ -2183,7 +2183,7 @@
     "/ stupid check, if I know about this view
     prop := self propertyOfView:view.
     prop notNil ifTrue:[^ prop view].
-self halt.
+    self halt:'nil property'.
     ^ nil
 !