- Introduced TmfExperiment (single trace for now)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / events / EventsView.java
index 8d2ce02ae5efe29a089c1c24cfc36ddd5b8092fc..5799205b07dbe24978312876d1f25724b2ee8074 100644 (file)
@@ -12,7 +12,6 @@
 
 package org.eclipse.linuxtools.lttng.ui.views.events;
 
-import org.eclipse.linuxtools.lttng.ui.views.Labels;
 import org.eclipse.linuxtools.tmf.event.TmfEvent;
 import org.eclipse.linuxtools.tmf.ui.views.TmfEventsView;
 import org.eclipse.swt.SWT;
@@ -26,7 +25,7 @@ import org.eclipse.swt.widgets.TableColumn;
  */
 public class EventsView extends TmfEventsView {
 
-    public static final String ID = Labels.EventsView_ID;
+    public static final String ID = "org.eclipse.linuxtools.lttng.ui.views.events";
 
     // ========================================================================
     // Table data
This page took 0.024297 seconds and 5 git commands to generate.