mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +02:00
Fixed warning.
This commit is contained in:
parent
2494fd44b7
commit
8cd5946f7a
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue