PICTReader.st
changeset 1808 d230c22d908e
parent 1807 aa6be4550ac7
child 1816 5450e44ed7e9
--- a/PICTReader.st	Mon Sep 01 18:52:02 2003 +0200
+++ b/PICTReader.st	Mon Sep 01 18:52:40 2003 +0200
@@ -44,7 +44,8 @@
     Apple PICT files. (QuickTime).
 
     WARNING: this is a first sceletton, ported from the AidaWeb PICTReader.
-    It is VERY incomplete.
+    The implementation is VERY incomplete - it is provided here to provide a starting
+    point for porters.
 
     [See also:]
         Image Form Icon
@@ -1805,7 +1806,7 @@
 !PICTReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/PICTReader.st,v 1.3 2003-09-01 16:52:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PICTReader.st,v 1.4 2003-09-01 16:52:40 cg Exp $'
 ! !
 
 PICTReader initialize!