diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 5522448bab3..e82250f8d7c 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,9 @@ +2004-08-03 Tanya Wolff + + Fix for 71033: English "Find Refs" in Workbench Key preferences. + *plugin.properties + *plugin.xml + 2004-07-30 Alain Magloire Implementation of "Add Include" add the using directive. diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 4516268f8f6..772735d108a 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -78,6 +78,12 @@ ActionDefinition.opendecl.description= Open an editor on the selected element's ActionDefinition.opencview.name= Show in C/C++ Project view ActionDefinition.opencview.description= Show the selected resource in the C/C++ Project view +ActionDefinition.finddecl.name= Find Declaration +ActionDefinition.finddecl.description= Find Declaration + +ActionDefinition.findrefs.name= Find References +ActionDefinition.findrefs.description= Find References + CEditor.name=C/C++ Editor CPluginPreferencePage.name=C/C++ CPluginEditorPreferencePage.name=Editor diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index bd80e3fb00b..acd1054bc70 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -624,14 +624,14 @@ id="org.eclipse.cdt.ui.edit.opencview">