Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Hufmann2013-03-20 13:32:21 +0000
committerBernd Hufmann2013-03-21 15:11:01 +0000
commit62ae8c2f1a6b8dd2de6a857de8efde3b397c4f2f (patch)
treebdf233119664c720e7dfa06540b5c549b4727909
parent6ca693128a159f516a8e3676e20c4df4cc0c6e6c (diff)
downloadorg.eclipse.linuxtools-62ae8c2f1a6b8dd2de6a857de8efde3b397c4f2f.tar.gz
org.eclipse.linuxtools-62ae8c2f1a6b8dd2de6a857de8efde3b397c4f2f.tar.xz
org.eclipse.linuxtools-62ae8c2f1a6b8dd2de6a857de8efde3b397c4f2f.zip
gdb trace: Update menu item for executable selection
Change menu item from "Select Trace Executable" to "Select Trace Executable..." to indicate that a dialog box will be opened. Change-Id: Ic0e3a267fe6b73e4b0a880b7d4c79803780eee0f Signed-off-by: Bernd Hufmann <bhufmann@gmail.com> Reviewed-on: https://git.eclipse.org/r/11335 Tested-by: Hudson CI Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com> IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.help/doc/User-Guide.mediawiki2
-rw-r--r--lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.help/doc/User-Guide.mediawiki b/lttng/org.eclipse.linuxtools.gdbtrace.help/doc/User-Guide.mediawiki
index 4423052f67..088c955cc3 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.help/doc/User-Guide.mediawiki
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.help/doc/User-Guide.mediawiki
@@ -52,7 +52,7 @@ The trace will be updated with the GDB icon [[Image:images/gdb_icon16.png]].
The executable file that created the tracepoint data must be identified so that the C/C++ Postmortem Debugger can be launched properly.
-Right-click the GDB trace in the '''Traces''' folder and choose '''Select Trace Executable''' from the context menu. Browse to, or enter, the path of the executable file and press '''OK'''.
+Right-click the GDB trace in the '''Traces''' folder and choose '''Select Trace Executable...''' from the context menu. Browse to, or enter, the path of the executable file and press '''OK'''.
The selected file must be recognized by GDB as an executable.
diff --git a/lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties b/lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties
index 70686b62d2..1e5e5e3a5d 100644
--- a/lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties
+++ b/lttng/org.eclipse.linuxtools.gdbtrace.ui/plugin.properties
@@ -6,5 +6,5 @@ Bundle-Name = Linux Tools GDB Tracepoint Analysis UI Plug-in
perspective.name = GDB Trace
# org.eclipse.ui.commands
-commands.project.trace.selectexecutable = Select Trace Executable
+commands.project.trace.selectexecutable = Select Trace Executable...
commands.project.trace.selectexecutable.description = Select executable binary file for a GDB trace

Back to the top