checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 26 May 1997 10:30:27 +0200
changeset 125 8d408045b018
parent 124 98d26d6f01cb
child 126 cf76b1df0473
checkin from browser
UISelectionPanel.st
--- 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'!