lttng2: Move the arrows to the right of the Advanced button
authorBruno Roy <bruno.roy@ericsson.com>
Wed, 11 May 2016 14:24:57 +0000 (10:24 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Mon, 16 May 2016 18:05:45 +0000 (14:05 -0400)
Change-Id: I2198e6ec29b66070c80b9821b4940d2fecbb52cd
Signed-off-by: Bruno Roy <bruno.roy@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/72518
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
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.02508 seconds and 5 git commands to generate.