checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 01 Aug 1997 14:22:44 +0200
changeset 274 2db2e583b3b4
parent 273 f5284b712b5f
child 275 cdecb5b5d356
checkin from browser
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