Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2015-04-10 17:23:21 +0000
committerslewis2015-04-10 17:23:21 +0000
commitb46b9c175e27687bd663e821aa74df5239434376 (patch)
tree9cf34810a5293fadd5412bbcd7db27fa5b49dc74
parent6cd2ba98aa6a92dad536a5e36d122b3404026ab5 (diff)
downloadorg.eclipse.ecf-b46b9c175e27687bd663e821aa74df5239434376.tar.gz
org.eclipse.ecf-b46b9c175e27687bd663e821aa74df5239434376.tar.xz
org.eclipse.ecf-b46b9c175e27687bd663e821aa74df5239434376.zip
Added rsvcproxy_obj_tbg.gif which provides a transparent (rather than
white) background for the rsvcproxy_obj (the RSA remote service proxy icon) Change-Id: I39adb3060905f2422f366030587ab3bbee05c1b4
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.ui/icons/obj16/rsvcproxy_obj_tbg.gifbin0 -> 111 bytes
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.ui/plugin.xml2
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/RSAImageRegistry.java2
3 files changed, 2 insertions, 2 deletions
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.ui/icons/obj16/rsvcproxy_obj_tbg.gif b/framework/bundles/org.eclipse.ecf.remoteservice.ui/icons/obj16/rsvcproxy_obj_tbg.gif
new file mode 100644
index 000000000..eaef768a6
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.ui/icons/obj16/rsvcproxy_obj_tbg.gif
Binary files differ
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.ui/plugin.xml b/framework/bundles/org.eclipse.ecf.remoteservice.ui/plugin.xml
index 4f624b2b2..280bfd363 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.ui/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.ui/plugin.xml
@@ -92,7 +92,7 @@
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.ecf.internal.remoteservices.ui.RemoteServicePerspective"
- icon="icons/obj16/rsvcproxy_obj.gif"
+ icon="icons/obj16/rsvcproxy_obj_tbg.gif"
id="org.eclipse.ecf.remoteservices.ui.RemoteServicePerspective"
name="%perspective.name">
</perspective>
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/RSAImageRegistry.java b/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/RSAImageRegistry.java
index b11d2b9d6..3534cd384 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/RSAImageRegistry.java
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.ui/src/org/eclipse/ecf/internal/remoteservices/ui/RSAImageRegistry.java
@@ -30,7 +30,7 @@ public class RSAImageRegistry {
public static final String IMG_INTERFACE_OBJ = "int_obj.gif"; //$NON-NLS-1$
public static final String IMG_PROPERTY_OBJ = "property_obj.gif"; //$NON-NLS-1$
- public static final String IMG_RSPROXY_OBJ = "rsvcproxy_obj.gif"; //$NON-NLS-1$
+ public static final String IMG_RSPROXY_OBJ = "rsvcproxy_obj_transparent.gif"; //$NON-NLS-1$
public static final String IMG_ENDPOINTDESCRIPTION_OBJ = "endpoint_obj.gif"; //$NON-NLS-1$
public static final ImageDescriptor INTERFACE_OBJ = create(PATH_OBJ,

Back to the top