Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-02-18 22:29:36 +0000
committerChris Goldthorpe2008-02-18 22:29:36 +0000
commit641b6c1cfecff44a86a8397c5dae7c5d7ee69a9f (patch)
tree8f579bae36e6937f4d24f0cd42201f9322a65a46 /org.eclipse.ui.cheatsheets
parentfd0f4d4ee942fb0a1b8cb14e485e2f508c4daaf2 (diff)
downloadeclipse.platform.ua-641b6c1cfecff44a86a8397c5dae7c5d7ee69a9f.tar.gz
eclipse.platform.ua-641b6c1cfecff44a86a8397c5dae7c5d7ee69a9f.tar.xz
eclipse.platform.ua-641b6c1cfecff44a86a8397c5dae7c5d7ee69a9f.zip
Bug 208699 – Move item for 'Cheat Sheets' view to category 'Help'
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/plugin.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.ui.cheatsheets/plugin.xml b/org.eclipse.ui.cheatsheets/plugin.xml
index b9daf6de7..76c7b2c52 100644
--- a/org.eclipse.ui.cheatsheets/plugin.xml
+++ b/org.eclipse.ui.cheatsheets/plugin.xml
@@ -29,14 +29,10 @@
<extension
point="org.eclipse.ui.views">
- <category
- name="%CHEAT_SHEETS"
- id="org.eclipse.ui.cheatsheets.cheatsheetCategory">
- </category>
<view
name="%CHEAT_SHEETS"
icon="$nl$/icons/view16/cheatsheet_view.gif"
- category="org.eclipse.ui.cheatsheets.cheatsheetCategory"
+ category="org.eclipse.help.ui"
fastViewWidthRatio="0.5"
class="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"
id="org.eclipse.ui.cheatsheets.views.CheatSheetView">

Back to the top