checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 25 Apr 2003 01:10:24 +0200
changeset 1712 4badda593e48
parent 1711 548d690e780f
child 1713 088ff38c03a5
checkin from browser
UIPainter.st
--- a/UIPainter.st	Fri Apr 25 01:09:45 2003 +0200
+++ b/UIPainter.st	Fri Apr 25 01:10:24 2003 +0200
@@ -15,8 +15,7 @@
 
 ToolApplicationModel subclass:#UIPainter
 	instanceVariableNames:'specClass specSelector specSuperclass aspects treeView
-		selectionPanel tabSelection modified specTool layoutTool helpTool
-		autoAcceptOnSelectionChange'
+		selectionPanel tabSelection modified specTool layoutTool helpTool'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Interface-UIPainter'