Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tasse2013-06-07 20:02:00 +0000
committerPatrick Tasse2013-06-07 20:21:53 +0000
commit669f16c3ead3488f23115e73e230e157dc4c88e6 (patch)
tree4f4529afef4b1b7e5c4321ef47713e5e542ee79d
parentf3973e51ef36117f0663e09cf64601eb4075fe6b (diff)
downloadorg.eclipse.linuxtools-669f16c3ead3488f23115e73e230e157dc4c88e6.tar.gz
org.eclipse.linuxtools-669f16c3ead3488f23115e73e230e157dc4c88e6.tar.xz
org.eclipse.linuxtools-669f16c3ead3488f23115e73e230e157dc4c88e6.zip
Fix description of tracetype defaultEditor id attribute
Change-Id: I1f3dd838c3d0e3c92300d87fc262593beee030b3 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com> Reviewed-on: https://git.eclipse.org/r/13659 Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Hudson CI
-rw-r--r--lttng/org.eclipse.linuxtools.tmf.ui/schema/org.eclipse.linuxtools.tmf.ui.tracetype.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.tmf.ui/schema/org.eclipse.linuxtools.tmf.ui.tracetype.exsd b/lttng/org.eclipse.linuxtools.tmf.ui/schema/org.eclipse.linuxtools.tmf.ui.tracetype.exsd
index 709788ca7f..010895e4ef 100644
--- a/lttng/org.eclipse.linuxtools.tmf.ui/schema/org.eclipse.linuxtools.tmf.ui.tracetype.exsd
+++ b/lttng/org.eclipse.linuxtools.tmf.ui/schema/org.eclipse.linuxtools.tmf.ui.tracetype.exsd
@@ -143,7 +143,7 @@ If omitted, the default events editor will be used.
<annotation>
<documentation>
The id of the editor to use for this trace type.
-If empty, the trace will open in the Events view.
+If empty, the default events editor will be used.
</documentation>
</annotation>
</attribute>

Back to the top