Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2019-06-17 13:46:33 +0000
committerMatthias Becker2019-06-24 08:09:17 +0000
commit9c53375825ddc35cdec925787c5a7ae538de11c9 (patch)
tree83718f480f35fa1d9cf89639dbceaa0d7f4b92f3 /org.eclipse.ui.cheatsheets/plugin.xml
parentdaa5966bc026935706ed6555fb27de8bcc046d45 (diff)
downloadeclipse.platform.ua-9c53375825ddc35cdec925787c5a7ae538de11c9.tar.gz
eclipse.platform.ua-9c53375825ddc35cdec925787c5a7ae538de11c9.tar.xz
eclipse.platform.ua-9c53375825ddc35cdec925787c5a7ae538de11c9.zip
Bug 548283: o.e.ui.cheatsheets should use high resolution icons
Replace GIFs with high resolution PNGs Change-Id: Ie4a83cd5f2851d08542616283e0cc7bcbcf37f38 Signed-off-by: Matthias Becker <ma.becker@sap.com>
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.xml')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index e3f288964..c06e23fc6 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -45,7 +45,7 @@
point="org.eclipse.ui.views">
<view
name="%CHEAT_SHEETS"
- icon="$nl$/icons/view16/cheatsheet_view.gif"
+ icon="$nl$/icons/view16/cheatsheet_view.png"
category="org.eclipse.help.ui"
fastViewWidthRatio="0.5"
class="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"
@@ -170,10 +170,10 @@
point="org.eclipse.ui.commandImages">
<image
commandId="org.eclipse.ui.cheatsheets.openCheatSheet"
- icon="$nl$/icons/view16/cheatsheet_view.gif"/>
+ icon="$nl$/icons/view16/cheatsheet_view.png"/>
<image
commandId="org.eclipse.ui.cheatsheets.openCheatSheetURL"
- icon="$nl$/icons/view16/cheatsheet_view.gif"/>
+ icon="$nl$/icons/view16/cheatsheet_view.png"/>
</extension>
<extension
point="org.eclipse.ui.bindings">
@@ -212,7 +212,7 @@
<extension
point="org.eclipse.help.base.searchParticipant">
<searchParticipant
- icon="$nl$/icons/view16/cheatsheet_view.gif"
+ icon="$nl$/icons/view16/cheatsheet_view.png"
id="org.eclipse.ui.cheatsheets"
name="%searchParticipant.name"
participant="org.eclipse.ui.internal.cheatsheets.CheatsheetSearchParticipant"/>
@@ -221,11 +221,11 @@
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<taskEditor
class="org.eclipse.ui.internal.cheatsheets.composite.views.CheatsheetTaskEditor"
- icon="$nl$/icons/obj16/cheatsheet_task.gif"
+ icon="$nl$/icons/obj16/cheatsheet_task.png"
id="cheatsheet"/>
<taskExplorer
class="org.eclipse.ui.internal.cheatsheets.composite.explorer.TreeTaskExplorer"
- icon="$nl$/icons/elcl16/tree_explorer.gif"
+ icon="$nl$/icons/elcl16/tree_explorer.png"
id="tree"
name="Tree"/>
</extension>

Back to the top