diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 8e0402f4a8d..d81ac7c0cb6 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,6 @@ +2004-04-04 John Camelon + Fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=43215 + 2004-04-02 David Inglis Support selection of multiple binary parsers. diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 70620059713..d2c7bf047dd 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -8,7 +8,7 @@ editorActionsName=Editor Actions editorRulerActionsName=Editor Ruler Actions completionContributorName=Completion Contribution nature.name=C Nature -perspective.name=C/C++ Development +perspective.name=C/C++ viewsCategory.name=&C CView.name=C/C++ Projects