automatic checkIn
authorClaus Gittinger <cg@exept.de>
Wed, 05 Aug 2009 20:34:28 +0200
changeset 2717 f8cc0591bffb
parent 2716 700a2c2293c3
child 2718 9f5295ebaf92
automatic checkIn
stx_libview2.st
--- a/stx_libview2.st	Wed Aug 05 20:34:26 2009 +0200
+++ b/stx_libview2.st	Wed Aug 05 20:34:28 2009 +0200
@@ -256,6 +256,7 @@
         (StrokingWrapper autoload)
         (SunRasterReader autoload)
         TIFFReader
+        PNGReader
         (TargaReader autoload)
         (TranslatingWrapper autoload)
         TransparentBox
@@ -327,5 +328,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.35 2009-05-06 08:48:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.36 2009-08-05 18:34:28 cg Exp $'
 ! !