timing.core: Add local statistics to the latency statistics
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / internal / analysis / timing / ui / views / segmentstore / statistics / Messages.java
index 2e4579e7cf04d2cf639b24bc99cd50f07b17dcc4..0458bee907367466532c1c8699d4af4a78e83385 100644 (file)
@@ -22,6 +22,8 @@ public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.analysis.timing.ui.views.segmentstore.statistics.messages"; //$NON-NLS-1$
 
+    /** Default "selection" label in statistics viewer */
+    public static String AbstractSegmentStoreStatisticsViewer_selection;
     /** Default "total" label in statistics viewer */
     public static String AbstractSegmentStoreStatisticsViewer_total;
     /** Default "category" label in statistics viewer */
This page took 0.025714 seconds and 5 git commands to generate.