stx_libview.st
changeset 4924 7f7a7661663f
parent 4887 3ed4107ee556
child 5016 0384b85c2ac2
--- a/stx_libview.st	Sun Mar 02 20:57:17 2008 +0100
+++ b/stx_libview.st	Sun Mar 02 20:57:21 2008 +0100
@@ -196,7 +196,7 @@
         "<className> or (<className> attributes...) in load order"
         (AlphaMask autoload)
         (BitmapFont autoload)
-        (Border autoload)
+        Border
         Color
         ColorPalette
         Colormap
@@ -300,5 +300,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.17 2008-01-25 07:40:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.18 2008-03-02 19:57:21 stefan Exp $'
 ! !