X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2FActivator.java;h=dfce14c6b6c53a32e3b687fc5e7abb210a902edc;hp=565c30895da465eec60cfbaf72298d312ee77b4f;hb=38cf4e45bf3648896fb2ba1bfb38378098ac3cc6;hpb=9a37dabc6c0212ed3e14499c88df3208cd06f9b0 diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/Activator.java b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/Activator.java index 565c30895..dfce14c6b 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/Activator.java +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/Activator.java @@ -41,6 +41,8 @@ public class Activator extends AbstractUIPlugin { public static String INFO_SVG_TEXT; public static String NOTE_SVG_TEXT; + public static ImageDescriptor CHANGED_DECORATOR_ICON; + public static ImageDescriptor BULLET_GREEN_ICON; public static ImageDescriptor BULLET_YELLOW_ICON; @@ -109,6 +111,8 @@ public class Activator extends AbstractUIPlugin { INFO_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/info.svg")); //$NON-NLS-1$ NOTE_SVG_TEXT = FileUtils.getContents(bundle.getResource("icons/note4.svg")); //$NON-NLS-1$ + CHANGED_DECORATOR_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/changed_decorator.png")); //$NON-NLS-1$ + BULLET_GREEN_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_green.png")); //$NON-NLS-1$ BULLET_YELLOW_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/bullet_yellow.png")); //$NON-NLS-1$