X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java index 364df7a..dcc15e4 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/PHPPerspectiveFactory.java @@ -1,5 +1,7 @@ package net.sourceforge.phpeclipse; +import net.sourceforge.phpeclipse.views.browser.BrowserView; + import org.eclipse.debug.ui.IDebugUIConstants; import org.eclipse.ui.IFolderLayout; import org.eclipse.ui.IPageLayout; @@ -46,6 +48,7 @@ public class PHPPerspectiveFactory implements IPerspectiveFactory { // if (SWT.getPlatform().equals("win32")) { // layout.addShowViewShortcut(UpdatePerspective.ID_BROWSER); // } + layout.addShowViewShortcut(BrowserView.ID_BROWSER); // layout.addShowViewShortcut(PHPeclipsePlugin.PHP_RESOURCES_VIEW_ID); // views - standard workbench