lttng2: Move the arrows to the right of the Advanced button
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / dialogs / CreateSessionDialog.java
index 39b0c8a863ea14c7e3f01c20ea28cb5a9b3e70aa..8c57f1270409889e80994715a0915ebdeba9db2d 100644 (file)
@@ -434,7 +434,7 @@ public class CreateSessionDialog extends TitleAreaDialog implements ICreateSessi
             public void widgetSelected(SelectionEvent e) {
                 if (fIsAdvancedEnabled) {
                     fIsAdvancedEnabled = false;
-                    fAdvancedButton.setText(">>> " + Messages.TraceControl_CreateSessionConfigureStreamingButtonText); //$NON-NLS-1$
+                    fAdvancedButton.setText(Messages.TraceControl_CreateSessionConfigureStreamingButtonText + " >>>"); //$NON-NLS-1$
                     fAdvancedButton.setToolTipText(Messages.TraceControl_CreateSessionConfigureStreamingButtonTooltip);
 
                     if (fParent.isNetworkStreamingSupported()) {
This page took 0.029188 seconds and 5 git commands to generate.