dialog.setDoSort(false);
String lastItem = dialog.open();
if (lastItem == null || !lastItem.equals(ItemSelectionDialog.NONE))
{
dialog.runAsIfSelected(ItemSelectionDialog.NONE);
}
}
else
{
MessageDialog.openInformation(main.getShell(), "No results!",