oops
authorClaus Gittinger <cg@exept.de>
Wed, 06 May 2009 10:47:31 +0200
changeset 2643 b7d4c6c3ef00
parent 2642 a3c86f5786b6
child 2644 91f73a1d3f4f
oops
stx_libview2.st
--- a/stx_libview2.st	Wed May 06 09:30:44 2009 +0200
+++ b/stx_libview2.st	Wed May 06 10:47:31 2009 +0200
@@ -217,6 +217,7 @@
         ExternalTopView
         (FLIReader autoload)
         (FaceReader autoload)
+        (StrokingOrFillingWrapper autoload)
         (FillingWrapper autoload)
         GIFReader
         (GeometricWrapper autoload)
@@ -298,7 +299,6 @@
         BooleanValueHolder
         BooleanBlockValue
         DrawAdaptor
-        StrokingOrFillingWrapper
     )
 ! !
 
@@ -327,5 +327,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.33 2009-05-06 07:30:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.34 2009-05-06 08:47:31 cg Exp $'
 ! !