Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2007-01-17 10:39:29 +0000
committerMarkus Schorn2007-01-17 10:39:29 +0000
commita89ed5cff7d4f049d80f6eddf73d71c73eedad6f (patch)
treec672bdc7e2b3be1d06d11e0fd15cf7288eb0fd86 /core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy/CHMessages.properties
parentef4b5ec3b65922c2f2b0292aff877c659ebb69d3 (diff)
downloadorg.eclipse.cdt-a89ed5cff7d4f049d80f6eddf73d71c73eedad6f.tar.gz
org.eclipse.cdt-a89ed5cff7d4f049d80f6eddf73d71c73eedad6f.tar.xz
org.eclipse.cdt-a89ed5cff7d4f049d80f6eddf73d71c73eedad6f.zip
Type Hierarchy: filters for method pane
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy/CHMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy/CHMessages.properties12
1 files changed, 11 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy/CHMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy/CHMessages.properties
index 786d674d58f..9a9d88f7805 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy/CHMessages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/callhierarchy/CHMessages.properties
@@ -1,3 +1,13 @@
+###############################################################################
+# Copyright (c) 2006, 2007 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
+#
+# Contributors:
+# Markus Schorn (Wind River Systems)
+###############################################################################
CHViewPart_emptyPageMessage=To display the call hierarchy, select a function or method and select the 'Open Call Hierarchy' menu option.
CHViewPart_ShowCallers_label=Show Callers
CHViewPart_ShowCallers_tooltip=Show Callers
@@ -6,7 +16,7 @@ CHViewPart_ShowCallees_tooltip=Show Callees
CHViewPart_ShowReference_label=Show Reference
CHViewPart_ShowReference_tooltip=Show Reference
CHViewPart_FilterVariables_label=Filter Variables
-CHViewPart_FilterVariables_tooltip=Hide Variables, Constents and Enumerators
+CHViewPart_FilterVariables_tooltip=Hide Variables, Constants and Enumerators
CHViewPart_HideMacros_label=Hide Macros
CHViewPart_HideMacros_tooltip=Hides Macros
CHViewPart_ShowFiles_label=Show File Names

Back to the top