153154155156157158159160161162163
} String selected = dialog.open(); if (selected != null) { IPath path = new Path(selected); if (projectName != null && !projectName.equals(path.lastSegment())) selected = path.append(projectName).toString(); txtLocation.setText(selected); } } });