// });
// campaignSettingComboViewer.setInput(this);
label = new Label(comp, SWT.SEPARATOR);
label.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false, 4, 1));
label.pack();
// // storage manager selection group
// Group smGroup = new Group(comp, SWT.NONE);
// smGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 4, 1));
// smGroup.setText(Messages.getString("campaign.manager.ui.dialog.campaign.builder.storage_manager.label"));