break;
}
}
if ( askForScope )
{
ScopeDialog scopeDialog = new ScopeDialog( Display.getDefault().getActiveShell(), "Select Copy Depth",
entriesToPaste.length > 1 );
scopeDialog.open();
scope = scopeDialog.getScope();
}
new CopyEntriesJob( parent, entriesToPaste, scope ).execute();
}