Add cancel button to dialogs for LTTng 2.0 tracer control
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / CreateSessionDialog.java
index 2b95f217d2d76b0ada5755d0cf861e9e6e35ffa6..7ecbe421ac25575fcfe6193a8b8e0083b7ba82a5 100644 (file)
@@ -187,6 +187,7 @@ public class CreateSessionDialog extends Dialog implements ICreateSessionDialog
      */
     @Override
     protected void createButtonsForButtonBar(Composite parent) {
+        createButton(parent, IDialogConstants.CANCEL_ID, "&Cancel", true); //$NON-NLS-1$
         createButton(parent, IDialogConstants.OK_ID, "&Ok", true); //$NON-NLS-1$
     }
 
This page took 0.023907 seconds and 5 git commands to generate.