Adaption to recent changes of the UAA.

This commit is contained in:
Andre Fischer 2003-05-23 08:25:11 +00:00
parent fa2fd2a05b
commit 6c0af166e0

View file

@ -147,7 +147,7 @@ class SelectionDialog extends JDialog
void selectAll()
{
mxSelection.selectAllAccessibleChildren();
mxSelection.selectAllAccessible();
}
void clearSelection()