# HG changeset patch # User Claus Gittinger # Date 870438164 -7200 # Node ID 2db2e583b3b4d8205d9c8c63788798fd76780baa # Parent f5284b712b5f5aee59add4876a7f929ed6d7c972 checkin from browser diff -r f5284b712b5f -r 2db2e583b3b4 UIPainter.st --- a/UIPainter.st Fri Aug 01 09:49:54 1997 +0200 +++ b/UIPainter.st Fri Aug 01 14:22:44 1997 +0200 @@ -1791,8 +1791,8 @@ topView := self window. topView bePartner. - topView label:'Interface Builder'. - topView icon:(Image fromFile:'bitmaps/Builder.xbm' resolution:100). + topView label:'GUI Builder'. + topView icon:(Image fromFile:'bitmaps/UIPainter.xbm' resolution:100). painterView openInGroup:(topView windowGroup). painterView bePartner. @@ -1806,6 +1806,8 @@ selectionPanel window bePartner. selectionPanel openWindow. selectionPanel masterApplication:self. + + "Modified: 1.8.1997 / 14:22:10 / cg" ! openNewWindowCanvas