mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added web projects logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
package com.intellij.ide.util.projectWizard;
|
||||
|
||||
import com.intellij.icons.AllIcons;
|
||||
import com.intellij.openapi.module.WebModuleBuilder;
|
||||
import com.intellij.openapi.module.WebModuleType;
|
||||
import com.intellij.openapi.ui.ValidationInfo;
|
||||
@@ -57,7 +58,7 @@ public abstract class WebProjectTemplate<T> extends WebProjectGenerator<T> imple
|
||||
}
|
||||
|
||||
public Icon getLogo() {
|
||||
return WebModuleBuilder.ICON;
|
||||
return AllIcons.Nodes.PpWebLogo;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
@@ -848,6 +848,7 @@ public class AllIcons {
|
||||
public static final Icon PpLib = IconLoader.getIcon("/nodes/ppLib.png"); // 16x16
|
||||
public static final Icon PpLibFolder = IconLoader.getIcon("/nodes/ppLibFolder.png"); // 16x16
|
||||
public static final Icon PpWeb = IconLoader.getIcon("/nodes/ppWeb.png"); // 16x16
|
||||
public static final Icon PpWebLogo = IconLoader.getIcon("/nodes/ppWebLogo.png"); // 32x32
|
||||
public static final Icon Project = IconLoader.getIcon("/nodes/project.png"); // 16x16
|
||||
public static final Icon Property = IconLoader.getIcon("/nodes/property.png"); // 16x16
|
||||
public static final Icon PropertyRead = IconLoader.getIcon("/nodes/propertyRead.png"); // 16x16
|
||||
|
||||
Reference in New Issue
Block a user