MacOSXIconReader.st
changeset 3919 180d36e00071
parent 3918 fdfdf70ba4b8
child 3933 b4af58284a84
--- 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:]