ImageView.st
changeset 63 e560d8279473
parent 62 378b60ba1200
child 64 10910b8b003a
--- a/ImageView.st	Tue Jun 06 06:19:07 1995 +0200
+++ b/ImageView.st	Tue Jun 27 04:25:33 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.10 1995-06-06 04:17:23 claus Exp $
+$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.11 1995-06-27 02:25:10 claus Exp $
 '!
 
 !ImageView class methodsFor:'documentation'!
@@ -111,7 +111,7 @@
 	 this is only done when running on an IRIS"
 
 	(true "(OperatingSystem getSystemType = 'iris')" 
-	and:[styleSheet name == #iris]) ifTrue:[
+	and:[StyleSheet name == #iris]) ifTrue:[
 	    iconView := self new.
 
 	    "for now; should somehow get access to preferred iconview extent ..."