# HG changeset patch # User Claus Gittinger # Date 1051225824 -7200 # Node ID 4badda593e48a4b1e2b217f29059570efe72d766 # Parent 548d690e780ff38cf6f44eedd7867612613aa568 checkin from browser diff -r 548d690e780f -r 4badda593e48 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'