Skip to content
Snippets Groups Projects
Commit ae2465e7 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

adds default icon to the context menu

refs 2553
parent d7244c4f
No related branches found
No related tags found
No related merge requests found
org.fortiss.tooling.kernel.ui/trunk/icons/error.png

681 B

org.fortiss.tooling.kernel.ui/trunk/icons/warning.png

434 B

......@@ -27,7 +27,7 @@ import org.eclipse.swt.graphics.Image;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: C9F2EF85BDB6663C07BB63260C527D61
* @ConQAT.Rating YELLOW Hash: 756597DED1AC7B1F6BE611DA364E3BD2
*/
public enum ESharedImages {
......@@ -50,7 +50,13 @@ public enum ESharedImages {
OK,
/** The navigator image. */
NAVIGATOR;
NAVIGATOR,
/** Error (non-overlay) icon. */
ERROR,
/** Warning (non-overlay) icon. */
WARNING;
/**
* Register all images defined in this enumeration with the given image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment