diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 451cf150831..14ce1937149 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-29 Tanya Wolff Part Fix for 69768: CDT wasn't displaying non-English templates. diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 32e365d4945..b686fe16916 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -69,6 +69,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 5149a99c21e..e02e4ed0fe4 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -599,14 +599,14 @@ id="org.eclipse.cdt.ui.edit.opencview">