UIPainter.st
changeset 274 2db2e583b3b4
parent 272 99de6af43afa
child 280 1dd13e8107e2
--- 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