debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/RomLogFileTab.java
changeset 255 7987aa945837
parent 0 fb279309251b
child 625 a3707b05d8d2
equal deleted inserted replaced
254:3004b1093064 255:7987aa945837
   192 	
   192 	
   193 	/* (non-Javadoc)
   193 	/* (non-Javadoc)
   194 	 * @see org.eclipse.debug.ui.ILaunchConfigurationTab#setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
   194 	 * @see org.eclipse.debug.ui.ILaunchConfigurationTab#setDefaults(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy)
   195 	 */
   195 	 */
   196 	public void setDefaults(ILaunchConfigurationWorkingCopy config) {
   196 	public void setDefaults(ILaunchConfigurationWorkingCopy config) {
   197 		config.setAttribute( PreferenceConstants.J_PN_ParseRomLogFile, false);
       
   198 		config.setAttribute( PreferenceConstants.J_PN_RomLogFilePath, ""); //$NON-NLS-1$
       
   199 		config.setAttribute( PreferenceConstants.J_PN_SymbianKitEpoc32Dir, ""); //$NON-NLS-1$
       
   200 		config.setAttribute( PreferenceConstants.J_PN_LogUnresolved, false);
       
   201 	}
   197 	}
   202 
   198 
   203 	/* (non-Javadoc)
   199 	/* (non-Javadoc)
   204 	 * @see org.eclipse.debug.ui.ILaunchConfigurationTab#initializeFrom(org.eclipse.debug.core.ILaunchConfiguration)
   200 	 * @see org.eclipse.debug.ui.ILaunchConfigurationTab#initializeFrom(org.eclipse.debug.core.ILaunchConfiguration)
   205 	 */
   201 	 */