ObjectView.st
changeset 4625 ff8daa46e92f
parent 4439 df2d2f707795
child 4655 aa2214d7012a
--- 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 $'
 ! !
+