1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00

Fixed warning.

This commit is contained in:
Markus Schorn 2006-07-12 13:44:47 +00:00
parent 2494fd44b7
commit 8cd5946f7a

View file

@ -37,7 +37,7 @@ public class CPerspectiveFactory implements IPerspectiveFactory {
IFolderLayout folder1= layout.createFolder("topLeft", IPageLayout.LEFT, (float)0.25, editorArea); //$NON-NLS-1$
folder1.addView(CUIPlugin.CVIEW_ID);
folder1.addView(IPageLayout.ID_RES_NAV);
folder1.addView("org.eclipse.ui.navigator.ProjectExplorer");
folder1.addView("org.eclipse.ui.navigator.ProjectExplorer"); //$NON-NLS-1$
folder1.addPlaceholder(IPageLayout.ID_BOOKMARKS);
IFolderLayout folder2= layout.createFolder("bottom", IPageLayout.BOTTOM, (float)0.75, editorArea); //$NON-NLS-1$