tmf : Update the histogram to handle lost events correctly
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / histogram / Messages.java
index e5c520ec916260b94bbe655c4b8c5d8c0c7af775..fbb626ecfe2bc9efbf2aea4468798798e1de5e92 100644 (file)
@@ -19,6 +19,7 @@ import org.eclipse.osgi.util.NLS;
 /**
  * Messages file for the histogram widgets.
  * <p>
+ *
  * @version 1.0
  * @author Francois Chouinard
  */
@@ -28,15 +29,19 @@ public class Messages extends NLS {
     // Constants
     // ------------------------------------------------------------------------
 
-       private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.histogram.messages"; //$NON-NLS-1$
-
-       /**
-        * The label for the current event time
-        */
-       public static String HistogramView_currentEventLabel;
-       /**
-        * The label for the window span.
-        */
+    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.histogram.messages"; //$NON-NLS-1$
+
+    /**
+     * @since 2.1
+     */
+    public static String HistogramView_hideLostEvents;
+    /**
+     * The label for the current event time
+     */
+    public static String HistogramView_currentEventLabel;
+    /**
+     * The label for the window span.
+     */
     public static String HistogramView_windowSpanLabel;
 
     // ------------------------------------------------------------------------
This page took 0.024033 seconds and 5 git commands to generate.