debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/AbstractLaunchSettingsDialog.java
changeset 983 8b4ee73c530c
parent 969 b0dd389735fb
child 1061 ceac11190019
equal deleted inserted replaced
981:77bc8173ce83 983:8b4ee73c530c
    28 import org.eclipse.swt.SWT;
    28 import org.eclipse.swt.SWT;
    29 import org.eclipse.swt.widgets.Button;
    29 import org.eclipse.swt.widgets.Button;
    30 import org.eclipse.swt.widgets.Composite;
    30 import org.eclipse.swt.widgets.Composite;
    31 import org.eclipse.swt.widgets.Shell;
    31 import org.eclipse.swt.widgets.Shell;
    32 
    32 
       
    33 import com.nokia.carbide.cpp.ui.CarbideUIPlugin;
       
    34 import com.nokia.carbide.cpp.ui.ICarbideSharedImages;
    33 import com.nokia.cdt.internal.debug.launch.LaunchPlugin;
    35 import com.nokia.cdt.internal.debug.launch.LaunchPlugin;
    34 import com.nokia.cpp.internal.api.utils.ui.WorkbenchUtils;
    36 import com.nokia.cpp.internal.api.utils.ui.WorkbenchUtils;
    35 
    37 
    36 /**
    38 /**
    37  * 
    39  * 
    60 	 */
    62 	 */
    61 	@Override
    63 	@Override
    62 	protected void configureShell(Shell newShell) {
    64 	protected void configureShell(Shell newShell) {
    63 		super.configureShell(newShell);
    65 		super.configureShell(newShell);
    64 		newShell.setText(Messages.getString("AbstractLaunchSettingsDialog.Title")); //$NON-NLS-1$
    66 		newShell.setText(Messages.getString("AbstractLaunchSettingsDialog.Title")); //$NON-NLS-1$
       
    67 		setTitleImage(CarbideUIPlugin.getSharedImages().getImage(ICarbideSharedImages.IMG_NEW_LAUNCH_CONFIG_WIZARD_BANNER));
    65 	}
    68 	}
    66 
    69 
    67 	protected Composite initDialogArea(Composite parent, String title, String helpId) {
    70 	protected Composite initDialogArea(Composite parent, String title, String helpId) {
    68 		Composite composite = (Composite) super.createDialogArea(parent);
    71 		Composite composite = (Composite) super.createDialogArea(parent);
    69 		GridLayoutFactory.fillDefaults().margins(6, 6).applyTo(composite);
    72 		GridLayoutFactory.fillDefaults().margins(6, 6).applyTo(composite);