{
MessageDialog.openInformation( p.shell(), dialogTitle.text(), nothingToDoMessage.text() );
}
else
{
final Set<Property> selectedProperties = PromptDialog.open( p.shell(), properties );
for( Property property : selectedProperties )
{
property.clear();
}