UIPainter.st
changeset 1712 4badda593e48
parent 1710 4d81ff7b3412
child 1714 f57812a56d17
--- 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'