Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2011-01-07 21:52:28 +0000
committerRyan D. Brooks2011-01-07 21:52:28 +0000
commitf2e7d3426764a146253543fd1bffba42761d1a59 (patch)
treed9496e91eae475213a3c634e3fb7b79c0cc3d3cb
parenta2fb1c98ff7e72569fec668d0715e563eda3ae40 (diff)
downloadorg.eclipse.osee-f2e7d3426764a146253543fd1bffba42761d1a59.tar.gz
org.eclipse.osee-f2e7d3426764a146253543fd1bffba42761d1a59.tar.xz
org.eclipse.osee-f2e7d3426764a146253543fd1bffba42761d1a59.zip
feature: Change OSEE icon in navigator
-rw-r--r--plugins/org.eclipse.osee.framework.ui.plugin/images/osee_16.pngbin0 -> 839 bytes
-rw-r--r--plugins/org.eclipse.osee.framework.ui.plugin/src/org/eclipse/osee/framework/ui/plugin/PluginUiImage.java1
2 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.plugin/images/osee_16.png b/plugins/org.eclipse.osee.framework.ui.plugin/images/osee_16.png
new file mode 100644
index 00000000000..fbdac192723
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.ui.plugin/images/osee_16.png
Binary files differ
diff --git a/plugins/org.eclipse.osee.framework.ui.plugin/src/org/eclipse/osee/framework/ui/plugin/PluginUiImage.java b/plugins/org.eclipse.osee.framework.ui.plugin/src/org/eclipse/osee/framework/ui/plugin/PluginUiImage.java
index 49907bc8946..aa2b4570ad5 100644
--- a/plugins/org.eclipse.osee.framework.ui.plugin/src/org/eclipse/osee/framework/ui/plugin/PluginUiImage.java
+++ b/plugins/org.eclipse.osee.framework.ui.plugin/src/org/eclipse/osee/framework/ui/plugin/PluginUiImage.java
@@ -25,6 +25,7 @@ public enum PluginUiImage implements KeyedImage {
REFRESH("refresh.gif"),
CHECKBOX_ENABLED("chkbox_enabled.gif"),
CHECKBOX_DISABLED("chkbox_disabled.gif"),
+ OSEE_16("osee_16.png"),
URL("www.gif");
private final String fileName;

Back to the top