tmf: Replace link icon with png and add 2x version
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 22 Sep 2016 17:25:15 +0000 (13:25 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 22 Sep 2016 19:10:17 +0000 (15:10 -0400)
Change-Id: I1115aa8da07443ff9e51caa43f6f3c1604059360
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/81719
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link.gif [deleted file]
tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj@2x.png [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/ITmfImageConstants.java

diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link.gif b/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link.gif
deleted file mode 100644 (file)
index d6f89c6..0000000
Binary files a/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link.gif and /dev/null differ
diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj.png b/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj.png
new file mode 100644 (file)
index 0000000..7124232
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj.png differ
diff --git a/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj@2x.png b/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj@2x.png
new file mode 100644 (file)
index 0000000..282f1a3
Binary files /dev/null and b/tmf/org.eclipse.tracecompass.tmf.ui/icons/elcl16/link_obj@2x.png differ
index 68411426c3064a397c6eba91d518b44ccffa5bc0..68d906abefccead6b5151b69c1050397d11a76df 100755 (executable)
@@ -50,7 +50,7 @@ public interface ITmfImageConstants {
     String IMG_UI_FOLLOW_ARROW_BACKWARD = ICONS_PATH + "elcl16/follow_arrow_bwd.gif";
     String IMG_UI_SHOW_LOST_EVENTS = ICONS_PATH + "elcl16/hide_lost_events.gif";
     String IMG_UI_SHOW_HIST_TRACES = ICONS_PATH + "elcl16/show_hist_traces.gif";
-    String IMG_UI_LINK = ICONS_PATH + "elcl16/link.gif";
+    String IMG_UI_LINK = ICONS_PATH + "elcl16/link_obj.png";
 
     /* eview16 */
     String IMG_UI_SEQ_DIAGRAM_OBJ = ICONS_PATH + "eview16/sequencediagram_view.gif";
This page took 0.028451 seconds and 5 git commands to generate.