diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 3712e05aa0b..50ed106906b 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2006 IBM Corporation and others. +# Copyright (c) 2003, 2007 IBM Corporation 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 @@ -351,6 +351,7 @@ indexerPage.name = Indexer Page proposalFilter.name = Code Completion Proposal Filter includeBrowser.name = Include Browser callHierarchy.name = Call Hierarchy +typeHierarchy.name = Type Hierarchy cSearchPage.name = CSearchPage # dummy label (not displayed) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 880138eb29a..a56a1c36c63 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -261,6 +261,12 @@ icon="icons/view16/call_hierarchy.gif" id="org.eclipse.cdt.ui.callHierarchy" name="%callHierarchy.name"/> +