automatic checkIn
authorClaus Gittinger <cg@exept.de>
Fri, 15 Sep 2006 20:03:53 +0200
changeset 2230 894556520b92
parent 2229 027e044f3dc5
child 2231 77f70c668b8e
automatic checkIn
stx_libview2.st
--- a/stx_libview2.st	Fri Sep 15 20:03:51 2006 +0200
+++ b/stx_libview2.st	Fri Sep 15 20:03:53 2006 +0200
@@ -261,8 +261,8 @@
 	'ValueHolderWithWeakDependents'
 	'ValueModel'
 	('ViewForwardingController' #autoload)
-	('VisualComponent' #autoload)
-	('VisualPart' #autoload)
+	'VisualComponent'
+	'VisualPart'
 	'VisualRegion'
 	'WindowBuilder'
 	('WindowsIconReader' #autoload)
@@ -303,5 +303,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.13 2006-09-14 14:22:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.14 2006-09-15 18:03:53 cg Exp $'
 ! !