Fix for Bug 331114 -  [help] update the Object Teams Application cheatsheet
diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/plugin.xml b/plugins/org.eclipse.objectteams.otdt.ui.help/plugin.xml
index 7defb48..36fdec6 100644
--- a/plugins/org.eclipse.objectteams.otdt.ui.help/plugin.xml
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/plugin.xml
@@ -19,12 +19,16 @@
 <!-- OTDT cheat sheet extension for small OT example -->   
    <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <cheatsheet
-           category="org.eclipse.objectteams.otdt.ui.java"
+           category="org.eclipse.objectteams"
            contentFile="cheatsheets/SimpleOTApplication.xml"
            id="org.eclipse.objectteams.otdt.ui.help.cheatsheets.SimpleOTApplication"
            name="%cheatsheet.SimpleOTApplication.name">
       <description>%cheatsheet.SimpleOTApplication.desc</description>
      </cheatsheet>
+     <category
+           id="org.eclipse.objectteams"
+           name="Object Teams">
+     </category>
    </extension>
 
 <!-- OTDT help extension-->