class: ObjectView
authorClaus Gittinger <cg@exept.de>
Wed, 26 Jun 2013 00:22:50 +0200
changeset 4625 ff8daa46e92f
parent 4624 e3867912ecd4
child 4626 d39c04c68a7d
class: ObjectView changed: #paste:
ObjectView.st
--- a/ObjectView.st	Wed Jun 26 00:17:41 2013 +0200
+++ b/ObjectView.st	Wed Jun 26 00:22:50 2013 +0200
@@ -660,7 +660,7 @@
 
     s := self convertForPaste:something .
     s isNil ifTrue:[
-        self warn:'selection not convertable'.
+        self warn:(resources string:'selection not convertable').
         ^ self
     ].
     self unselect.
@@ -3515,9 +3515,10 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.135 2012-07-27 09:09:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.136 2013-06-25 22:22:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.135 2012-07-27 09:09:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.136 2013-06-25 22:22:50 cg Exp $'
 ! !
+