1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

2005-04-13 Alain Magloire

Fix PR 91239
	* src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java
This commit is contained in:
Alain Magloire 2005-04-13 19:52:36 +00:00
parent 7a6f934182
commit 6c706f31ae
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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);