modelFileText.setText(configuration.getAttribute(ModelLaunchDelegate.VAR_ROOT_MODEL_PATH, ""));
launchEverythingButton.setEnabled(configuration.getAttribute(ModelLaunchDelegate.VAR_ROOT_LAUNCH_EVERYTHING, true));
} catch (CoreException e) {
Dialog d = new ErrorDialog(PlatformUI.getWorkbench().getDisplay().getActiveShell(),
"Configuration Error", "Error while configuring launch.", new Status(IStatus.ERROR, "q_impress", e.getMessage(), e), 0);
d.open();
}
dialogChanged();
}