#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 18:18:58 +0100
changeset 3919 180d36e00071
parent 3918 fdfdf70ba4b8
child 3920 1bbb4d6fff20
#DOCUMENTATION by cg class: MacOSXIconReader comment/format in: #documentation
MacOSXIconReader.st
--- a/MacOSXIconReader.st	Wed Feb 22 18:17:56 2017 +0100
+++ b/MacOSXIconReader.st	Wed Feb 22 18:18:58 2017 +0100
@@ -54,12 +54,12 @@
 
     [notice:]
         when reading an ICNS file with multiple icons in it,
-        the first image is returned as such, holding on the other images via its
-        imageSequence instvar.
+        the first image is returned as such, holding on the other images in its
+        imageFrames instvar.
         Thus, the imageEditor will usually present the first of the images,
         and offer a next-in-sequence button to step through them.
         To get a collection of all images, collect the images from the sequence, as in:
-            someIcoImage imageSequence collect:#image
+            someIcoImage imageFrames collect:#image
 
     [supported formats:]