*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 11 Oct 2006 22:11:22 +0200
changeset 3113 03f88204678b
parent 3112 01341303806d
child 3114 d72205677578
*** empty log message ***
stx_libwidg2.st
--- a/stx_libwidg2.st	Wed Oct 11 21:50:27 2006 +0200
+++ b/stx_libwidg2.st	Wed Oct 11 22:11:22 2006 +0200
@@ -72,7 +72,7 @@
 classNamesAndAttributes
     ^ #(
         "<className> or (<className> attributes...) in load order"
-        (CharacterSetView autoload)
+        CharacterSetView
         CheckBox
         ColorMenu
         (ColoredListEntry autoload)
@@ -172,7 +172,7 @@
         #'stx_libwidg2'
     )
 
-    "Modified: / 11-10-2006 / 14:33:57 / cg"
+    "Modified: / 11-10-2006 / 22:11:15 / cg"
 ! !
 
 !stx_libwidg2 class methodsFor:'description - project information'!
@@ -204,5 +204,5 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.18 2006-10-11 12:38:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.19 2006-10-11 20:11:22 cg Exp $'
 ! !