debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/OtherSettingsSection.java
changeset 2160 3a82092877ea
parent 969 b0dd389735fb
child 2163 f0a9f2d04d4a
equal deleted inserted replaced
2159:db61d072b92b 2160:3a82092877ea
    29 public class OtherSettingsSection extends AbstractLaunchWizardSection {
    29 public class OtherSettingsSection extends AbstractLaunchWizardSection {
    30 
    30 
    31 	/**
    31 	/**
    32 	 * 
    32 	 * 
    33 	 */
    33 	 */
    34 	public OtherSettingsSection(LaunchWizardData data, UnifiedLaunchOptionsPage launchOptionsPage) {
    34 	public OtherSettingsSection(LaunchWizardData data, AbstractUnifiedLaunchOptionsPage launchOptionsPage) {
    35 		super(data, Messages.getString("OtherSettingsSection.Title"), launchOptionsPage); //$NON-NLS-1$
    35 		super(data, Messages.getString("OtherSettingsSection.Title"), launchOptionsPage); //$NON-NLS-1$
    36 		
    36 		
    37 	}
    37 	}
    38 	
    38 	
    39 	/* (non-Javadoc)
    39 	/* (non-Javadoc)