return null;
}
WizardDialog dlg = new WizardDialog(
getShell(event),
new GitCreateProjectViaWizardWizard(node.getRepository(), path)) {
@Override
protected IDialogSettings getDialogBoundsSettings() {
// preserve dialog bounds
return Activator.getDefault().getDialogSettings();
}