Add syscall state info in CFV, support of initial time range, bugfixes
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / dialogs / TimeGraphLegend.java
index 8d4cf0165dbf4fb4c4bbfbcd3163a59ce3093064..60055610684f2ca1fe9839acaf2b48eca6ffc33f 100644 (file)
@@ -75,7 +75,7 @@ public class TimeGraphLegend extends TitleAreaDialog {
 \r
     private void createStatesGroup(Composite composite) {\r
         Group gs = new Group(composite, SWT.NONE);\r
-        gs.setText(provider.getStateTypeName());\r
+        gs.setText(provider.getStateTypeName() + ", " + Messages.TmfTimeLegend_StateTypeName); //$NON-NLS-1$\r
         GridData gd = new GridData(SWT.FILL, SWT.FILL, true, true);\r
         gs.setLayoutData(gd);\r
 \r
This page took 0.02395 seconds and 5 git commands to generate.