stx_libwidg2.st
changeset 3103 1eea513b2c38
parent 3096 8c7876c528e7
child 3104 910f47ad2d8c
--- a/stx_libwidg2.st	Wed Oct 11 14:23:58 2006 +0200
+++ b/stx_libwidg2.st	Wed Oct 11 14:23:59 2006 +0200
@@ -117,7 +117,7 @@
         (HorizontalScale autoload)
         HorizontalSlider
         (HorizontalSteppingSlider autoload)
-        (ImageEditView autoload)
+        ImageEditView
         (ImageSelectionBox autoload)
         ImageView
         LabelAndIcon
@@ -172,6 +172,8 @@
         #'stx_libwidg2'
         LicenceBox
     )
+
+    "Modified: / 11-10-2006 / 14:23:36 / cg"
 ! !
 
 !stx_libwidg2 class methodsFor:'description - project information'!
@@ -203,5 +205,5 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.15 2006-10-10 21:36:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.16 2006-10-11 12:23:59 cg Exp $'
 ! !