deleted dependency from net.sourceforge.phpeclipse module
[phpeclipse.git] / net.sourceforge.phpeclipse.externaltools / src / net / sourceforge / phpdt / externaltools / internal / model / ExternalToolsImages.java
index 24abd4b..e333652 100644 (file)
@@ -5,7 +5,7 @@ Copyright (c) 2002 IBM Corp. and others. All rights reserved.
 This file is made available under the terms of the Common Public License v1.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/cpl-v10.html
+�
 Contributors:
 **********************************************************************/
 
@@ -15,7 +15,6 @@ import java.util.HashMap;
 
 import net.sourceforge.phpdt.externaltools.internal.ui.IExternalToolsUIConstants;
 import net.sourceforge.phpdt.externaltools.model.IExternalToolConstants;
-import net.sourceforge.phpeclipse.PHPeclipsePlugin;
 
 import org.eclipse.jface.resource.ImageDescriptor;
 import org.eclipse.jface.resource.ImageRegistry;
@@ -159,7 +158,7 @@ public class ExternalToolsImages {
         *      @see JFace's ImageRegistry
         */
        public static ImageRegistry initializeImageRegistry() {
-               imageRegistry= new ImageRegistry(PHPeclipsePlugin.getStandardDisplay());
+               imageRegistry= new ImageRegistry(ExternalToolsPlugin.getStandardDisplay());
                imageDescriptors = new HashMap(30);
                declareImages();
                return imageRegistry;