debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/UnifiedLaunchOptionsPage.java
branchRCL_2_4
changeset 1262 f88340f6e139
parent 1066 4791b1e2e6ef
--- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/UnifiedLaunchOptionsPage.java	Fri Apr 23 08:22:24 2010 -0500
+++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/UnifiedLaunchOptionsPage.java	Fri Apr 23 08:25:11 2010 -0500
@@ -45,8 +45,11 @@
  * allowing selecting different process to launch, and a button allowing more
  * in-depth configuration.
  * <p>
- * Build before debug: section with the build-before-debug preference for this
+ * Other settings: section with (currently only) the build-before-debug preference for this
  * launch configuration.
+ * <p>
+ * Each section is validated separately and editable with its own dialog.  Changes in
+ * the dialog are not applied until the dialog is accepted.
  */
 public class UnifiedLaunchOptionsPage extends WizardPage implements ISectionChangeListener {