March 23, 2009
4:33 p.m.
With 10259, there are tool tips for the 'mystery' buttons in the inspectors... If you have added a custom inspector method, you need to add #tooltip: to your pragama like the following for Object>>basicInspectorNodes: <inspector: #'1' priority: 600 toolTip: 'Basic elements'> Dale