Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-03-09 22:48:14 +0000
committerCurtis D'Entremont2006-03-09 22:48:14 +0000
commita8fad9fdb80509544cbe7ea698d4139e9857ac16 (patch)
treef1b84889e6034e5437992d442c24737058a2ca47 /org.eclipse.ui.cheatsheets/plugin.xml
parentd402d0a12a30963b02143aa83e87a3386e596244 (diff)
downloadeclipse.platform.ua-a8fad9fdb80509544cbe7ea698d4139e9857ac16.tar.gz
eclipse.platform.ua-a8fad9fdb80509544cbe7ea698d4139e9857ac16.tar.xz
eclipse.platform.ua-a8fad9fdb80509544cbe7ea698d4139e9857ac16.zip
[Bug 130181] [CheatSheet] Restructure intro and completion panels.
Diffstat (limited to 'org.eclipse.ui.cheatsheets/plugin.xml')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index ad9efdc37..437a583d6 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -198,11 +198,11 @@
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<taskEditor
class="org.eclipse.ui.internal.cheatsheets.composite.views.CheatsheetTaskEditor"
- icon="$nl$/icons/obj16/cheatsheet_obj.gif"
+ icon="$nl$/icons/obj16/cheatsheet_task.gif"
id="cheatsheet"/>
<taskExplorer
class="org.eclipse.ui.internal.cheatsheets.composite.explorer.TreeTaskExplorer"
- icon="$nl$/icons/obj16/cheatsheet_obj.gif"
+ icon="$nl$/icons/elcl16/tree_explorer.gif"
id="tree"
name="Tree"/>
</extension>

Back to the top