*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 19 Aug 2003 12:11:16 +0200
changeset 1733 c93d592236f3
parent 1732 f6fb9ac10ac5
child 1734 98ebea4111f9
*** empty log message ***
UIPainterView.st
--- a/UIPainterView.st	Thu Jul 24 20:12:26 2003 +0200
+++ b/UIPainterView.st	Tue Aug 19 12:11:16 2003 +0200
@@ -368,6 +368,7 @@
     ].
 
     (self canPaste:aSpecificationOrList) ifFalse:[
+        Dialog warn:'Cannot paste into selected component (not a container ?)'.
         ^ nil
     ].