UISelectionPanel.st
changeset 125 8d408045b018
parent 116 61628bedc85a
child 135 8f4b6117ccaa
--- a/UISelectionPanel.st	Mon May 26 09:46:53 1997 +0200
+++ b/UISelectionPanel.st	Mon May 26 10:30:27 1997 +0200
@@ -789,7 +789,7 @@
            #(#WindowSpec
               #'name:' 'uIPainterView'
               #'layout:' #(#LayoutFrame 0 0.0 0 0.0 0 1.0 0 1.0)
-              #'label:' 'Tree-View'
+              #'label:' 'Component Gallery'
               #'bounds:' #(#Rectangle 0 0 480 260)
           )
           #'component:' 
@@ -821,6 +821,8 @@
               )
           )
       )
+
+    "Modified: 26.5.1997 / 10:29:41 / cg"
 ! !
 
 !UISelectionPanel methodsFor:'accessing'!