Bug 416475 - An empty focus is present at the Cheetsheets selection
wizard.

Change-Id: I17557f5b9700d86e22c88ee2b98f7101e3cabbb0
Signed-off-by: Cornel Izbasa <cizbasa@info.uvt.ro>
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java
index 17eb387..232abfa 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java
@@ -285,7 +285,8 @@
 		treeViewer.setInput(cheatsheetCategories);
 
 		desc = new ScrolledFormText(sform, true);
-
+		desc.setEnabled(false);
+		
 		sform.setWeights(new int[] {10, 2});
 		
 		if (activityViewerFilter.getHasEncounteredFilteredItem())