diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index 6c59f1123c5..d11167dcc70 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,7 @@ +2005-04-13 Alain Magloire + Fix PR 91239 + * src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java + 2005-04-12 Alain Magloire Fix for PR 91163, 91165 and 91169 * src/org/eclipse/cdt/internal/ui/compare/CMergeViewer.java diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java index 5756772a221..61f78943883 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java @@ -43,6 +43,7 @@ public class CPerspectiveFactory implements IPerspectiveFactory { layout.addActionSet(CUIPlugin.SEARCH_ACTION_SET_ID); layout.addActionSet(CUIPlugin.ID_CELEMENT_CREATION_ACTION_SET); + layout.addActionSet(IPageLayout.ID_NAVIGATE_ACTION_SET); // views - build console layout.addShowViewShortcut(IConsoleConstants.ID_CONSOLE_VIEW);