diff -r db61d072b92b -r 3a82092877ea debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/LaunchWizardData.java --- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/LaunchWizardData.java Fri Oct 15 13:04:49 2010 -0500 +++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/LaunchWizardData.java Mon Oct 18 16:58:49 2010 -0500 @@ -116,7 +116,7 @@ USE_WORKSPACE_SETTING, } - public LaunchWizardData(LaunchOptions launchOptions, IService trkService) { + public LaunchWizardData(LaunchOptions launchOptions, IService dbgService) { this.mmps = launchOptions.mmps; this.exes = launchOptions.exes; this.defaultExecutable = launchOptions.defaultExecutable; @@ -125,7 +125,7 @@ this.isEmulation = launchOptions.isEmulation; this.emulatorOnly = launchOptions.emulatorOnly; this.mode = launchOptions.mode; - this.service = trkService; + this.service = dbgService; } /**