/*
  * (non-Javadoc)
  *
  * @see org.eclipse.jface.window.Window#configureShell(org.eclipse.swt.widgets.Shell)
  */
 @Override
 protected void configureShell(Shell shell) {
   super.configureShell(shell);
   shell.setImage(CDebugImages.get(CDebugImages.IMG_LCL_CAST_TO_TYPE));
 }