]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/SlcImages.java
Implement kill and process progress
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / SlcImages.java
index aaef64324448410586f24b525ed4ff321691b2c5..4b38db0b70b276b32af35952e914baba78702134 100644 (file)
@@ -17,6 +17,7 @@ public class SlcImages {
        public final static Image ERROR = img("icons/error.gif");
        public final static Image LAUNCH = img("icons/launch.gif");
        public final static Image RELAUNCH = img("icons/relaunch.gif");
+       public final static Image KILL = img("icons/kill.png");
        public final static Image REMOVE_ONE = img("icons/remove_one.gif");
        public final static Image REMOVE_ALL = img("icons/removeAll.png");
        public final static Image EXECUTION_SPECS = img("icons/executionSpecs.gif");