DrawAdaptor.st
changeset 2616 98c4ab65ef38
parent 2532 6036e9c41f6d
child 3356 93f87a1eb6c0
--- a/DrawAdaptor.st	Mon Mar 23 08:21:50 2009 +0100
+++ b/DrawAdaptor.st	Mon Mar 23 08:22:24 2009 +0100
@@ -218,8 +218,14 @@
     ^ self drawValue widthOn:aGc
 ! !
 
+!DrawAdaptor methodsFor:'misc'!
+
+rebindWith:resources
+    drawValue := resources string:value
+! !
+
 !DrawAdaptor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DrawAdaptor.st,v 1.5 2008-08-20 15:33:19 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DrawAdaptor.st,v 1.6 2009-03-23 07:22:24 stefan Exp $'
 ! !