TextView.st
changeset 1144 3fe9587dac91
parent 1143 f5c02d0c66cf
child 1145 948e8a7206cb
--- a/TextView.st	Wed Mar 19 21:57:40 1997 +0100
+++ b/TextView.st	Wed Mar 19 22:12:41 1997 +0100
@@ -163,13 +163,13 @@
 
     |i|
 
-    i := self classResources at:'ICON'.
+    i := self classResources at:'ICON' default:nil.
     i isNil ifTrue:[
         i := Image fromFile:'bitmaps/Editor.xbm' resolution:100
     ].
     ^ i
 
-    "Modified: 19.3.1997 / 20:31:50 / cg"
+    "Modified: 19.3.1997 / 22:12:23 / cg"
 !
 
 defaultMenuMessage
@@ -2433,5 +2433,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.89 1997-03-19 20:57:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.90 1997-03-19 21:12:41 cg Exp $'
 ! !