Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java8
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties10
3 files changed, 2 insertions, 18 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 01d211b60..8ec50b176 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
@@ -50,7 +50,7 @@ command.attach.tooltip=Attach to the selected Context
command.detach.label=D&etach
command.detach.tooltip=Detach from the selected Context
-page.process.namesinglethreadfilter.description = For single thread processes the thread child is hidden.
+singlethreadfilter.description = For single thread processes the thread child is hidden.
singlethreadfilter.name = Single Thread Filter
commonFilter.singlethread.name = Single Thread Filter
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java
index 4667eac6f..06c8812ab 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.java
@@ -55,14 +55,6 @@ public class Messages extends NLS {
public static String PossibleCause;
- public static String ProcessExplorerTreeControl_section_title;
-
- public static String ProcessesTreeControl_column_name_label;
- public static String ProcessesTreeControl_column_pid_label;
- public static String ProcessesTreeControl_column_ppid_label;
- public static String ProcessesTreeControl_column_state_label;
- public static String ProcessesTreeControl_column_user_label;
-
public static String ProcessLabelProvider_NullNameNodeLabel;
public static String ProcessPreferencePage_BiggerThanZero;
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties
index f932679dd..eee83cccf 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/nls/Messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2012 Wind River Systems, Inc. and others. All rights reserved.
+# Copyright (c) 2012, 2013 Wind River Systems, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html
@@ -10,14 +10,6 @@
PossibleCause=Possible Cause:\n{0}
-ProcessExplorerTreeControl_section_title=Exploring Processes
-
-ProcessesTreeControl_column_name_label=Name
-ProcessesTreeControl_column_pid_label=PID
-ProcessesTreeControl_column_ppid_label=PPID
-ProcessesTreeControl_column_state_label=State
-ProcessesTreeControl_column_user_label=User
-
ProcessLabelProvider_NullNameNodeLabel=System
ProcessPreferencePage_BiggerThanZero=The number must be bigger than zero\!

Back to the top