changed: #classNamesAndAttributes
authorClaus Gittinger <cg@exept.de>
Thu, 29 Oct 2009 16:20:37 +0100
changeset 5435 81a316b3834a
parent 5434 2ec510cc472b
child 5436 59effbe755f7
changed: #classNamesAndAttributes
stx_libview.st
--- a/stx_libview.st	Thu Oct 29 16:20:12 2009 +0100
+++ b/stx_libview.st	Thu Oct 29 16:20:37 2009 +0100
@@ -330,7 +330,7 @@
         ImageBackground
         SolidBackground
         AbstractBackground
-        RoundButtonBorder
+        (RoundButtonBorder autoload)
     )
 !
 
@@ -377,9 +377,9 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.39 2009-10-29 15:20:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.40 2009-10-29 15:20:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.39 2009-10-29 15:20:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.40 2009-10-29 15:20:37 cg Exp $'
 ! !