checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 19 Mar 1997 22:24:31 +0100
changeset 1146 027884518745
parent 1145 948e8a7206cb
child 1147 9bb71c3e69c3
checkin from browser
TextView.st
--- a/TextView.st	Wed Mar 19 22:20:01 1997 +0100
+++ b/TextView.st	Wed Mar 19 22:24:31 1997 +0100
@@ -163,13 +163,13 @@
 
     |i|
 
-    i := ClassResources at:'ICON' default:nil.
+    i := self classResources at:'ICON' default:nil.
     i isNil ifTrue:[
         i := Image fromFile:'bitmaps/Editor.xbm' resolution:100
     ].
     ^ i
 
-    "Modified: 19.3.1997 / 22:19:42 / cg"
+    "Modified: 19.3.1997 / 22:24:09 / cg"
 !
 
 defaultMenuMessage
@@ -2433,5 +2433,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.91 1997-03-19 21:20:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.92 1997-03-19 21:24:31 cg Exp $'
 ! !