Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Chen2011-12-27 03:36:30 +0000
committerWilliam Chen2011-12-27 03:37:08 +0000
commitfcd64db5cc320b484a0118df573767d08d81ddc6 (patch)
treef2ee344b74c7bd9d2452a956ed41e14cf5cf82e0 /target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
parentddaadc5761d3ca534d082d75a984c81a0545d96b (diff)
downloadorg.eclipse.tcf-fcd64db5cc320b484a0118df573767d08d81ddc6.tar.gz
org.eclipse.tcf-fcd64db5cc320b484a0118df573767d08d81ddc6.tar.xz
org.eclipse.tcf-fcd64db5cc320b484a0118df573767d08d81ddc6.zip
Target Explorer: Add the preference page to configure Process Monitor.
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
index 15fd5ba0e..f91b358d8 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
@@ -29,4 +29,14 @@ column.name.user = User
navigatorContent.name = Process Monitor
command.refresh.label = Refresh Process List
command.refresh.tooltip = Refresh Process List
-command.refresh.name = Refresh Process List \ No newline at end of file
+command.refresh.name = Refresh Process List
+command.startPolling.label = Start Polling
+command.startPolling.tooltip = Start Polling
+command.stopPolling.label = Stop Polling
+command.stopPolling.tooltip = Stop Polling
+command.configure.label = Config Refresh Interval
+command.configure.tooltip = Config Refresh Interval
+command.configure.name = Config Refresh Interval
+command.startPolling.label.1 = Start Polling
+command.stopPolling.label.1 = Stop Polling
+page.process.name = Process Monitor \ No newline at end of file

Back to the top