Integer.toString(MAX_PARTS)), Translator.get("split_file_dialog.error_title"));
return;
}
ProgressDialog progressDialog = new ProgressDialog(mainFrame,
Translator.get("progress_dialog.processing_files"));
SplitFileJob job = new SplitFileJob(progressDialog, mainFrame,
file, resolvedDest.getDestinationFolder(), size, (int)parts);
job.setIntegrityCheckEnabled(cbGenerateCRC.isSelected());
progressDialog.start(job);
}