From 45cf3d9fb2081798eebc7cf87aadb33e58fd39be Mon Sep 17 00:00:00 2001 From: John Camelon Date: Mon, 5 Apr 2004 03:03:31 +0000 Subject: [PATCH] Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=43215 --- core/org.eclipse.cdt.ui/ChangeLog | 3 +++ core/org.eclipse.cdt.ui/plugin.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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