[272248] [ui] Task tags preferences page missing mnemonics
diff --git a/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/ExclusionsTab.java b/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/ExclusionsTab.java
index c6d9c5a..4568f25 100644
--- a/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/ExclusionsTab.java
+++ b/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/ExclusionsTab.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2001, 2006 IBM Corporation and others.
+ * Copyright (c) 2001, 2010 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -39,7 +39,6 @@
 import org.eclipse.swt.widgets.Composite;
 import org.eclipse.swt.widgets.Control;
 import org.eclipse.swt.widgets.Label;
-import org.eclipse.swt.widgets.Text;
 import org.eclipse.wst.sse.core.internal.SSECorePlugin;
 import org.eclipse.wst.sse.core.internal.tasks.FileTaskScannerRegistryReader;
 import org.eclipse.wst.sse.core.internal.tasks.TaskTagPreferenceKeys;
@@ -234,7 +233,7 @@
 	public Control createContents(Composite tabFolder) {
 		Composite composite = new Composite(tabFolder, SWT.NONE);
 		composite.setLayout(new GridLayout(2, true));
-		Text description = new Text(composite, SWT.READ_ONLY | SWT.SINGLE);
+		Label description = new Label(composite, SWT.NONE);
 		description.setText(SSEUIMessages.TaskTagExclusionTab_02);
 //		description.setBackground(composite.getBackground());
 
@@ -269,7 +268,7 @@
 
 		new Label(composite, SWT.NONE).setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1));
 
-		Text affectedTypesLabel = new Text(composite, SWT.READ_ONLY | SWT.SINGLE);
+		Label affectedTypesLabel = new Label(composite, SWT.NONE);
 		affectedTypesLabel.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1));
 //		affectedTypesLabel.setBackground(composite.getBackground());
 		affectedTypesLabel.setText(SSEUIMessages.TaskTagExclusionTab_03);
diff --git a/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/MainTab.java b/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/MainTab.java
index 6b633a0..15dc866 100644
--- a/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/MainTab.java
+++ b/bundles/org.eclipse.wst.sse.ui/src-tasktags/org/eclipse/wst/sse/ui/internal/preferences/ui/MainTab.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2001, 2008 IBM Corporation and others.
+ * Copyright (c) 2001, 2010 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -207,7 +207,7 @@
 		composite.setLayout(new GridLayout(2, false));
 		fControl = composite;
 
-		Text description = new Text(composite, SWT.READ_ONLY | SWT.SINGLE);
+		Label description = new Label(composite, SWT.NONE);
 		description.setText(SSEUIMessages.TaskTagPreferenceTab_33); //$NON-NLS-1$
 //		description.setBackground(composite.getBackground());
 		GridData gd = new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1);
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties
index 352a3ca..98d8fac 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/SSEUIPluginResources.properties
@@ -190,13 +190,13 @@
 TaskTagPreferenceTab_7=Priority:
 TaskTagPreferenceTab_12=Tag
 TaskTagPreferenceTab_13=Priority
-TaskTagPreferenceTab_14=New...
-TaskTagPreferenceTab_15=Edit...
-TaskTagPreferenceTab_16=Remove
-TaskTagPreferenceTab_17=Select All
-TaskTagPreferenceTab_18=Deselect All
+TaskTagPreferenceTab_14=&New...
+TaskTagPreferenceTab_15=Ed&it...
+TaskTagPreferenceTab_16=&Remove
+TaskTagPreferenceTab_17=&Select All
+TaskTagPreferenceTab_18=Deselect A&ll
 TaskTagPreferenceTab_19=Note: tags are case insensitive
-TaskTagPreferenceTab_20=Task Tags
+TaskTagPreferenceTab_20=&Task Tags
 TaskTagPreferenceTab_22=Task Tags Settings Changed
 TaskTagPreferenceTab_23=The task tags settings have changed.  Make these changes effective now?
 TaskTagPreferenceTab_24=Yes
@@ -206,12 +206,12 @@
 TaskTagPreferenceTab_28=detection aborted
 TaskTagPreferenceTab_29=detection completed
 TaskTagPreferenceTab_30=detection encountered errors
-TaskTagPreferenceTab_31=Enable searching for Task Tags
-TaskTagPreferencePage_32=Clean and redetect Tasks
-TaskTagPreferenceTab_33=Tags in comments indicating Tasks:
-TaskTagExclusionTab_01=Filters
-TaskTagExclusionTab_02=Scan the selected Content Types:
-TaskTagExclusionTab_03=Affected Content Types:
+TaskTagPreferenceTab_31=&Enable searching for Task Tags
+TaskTagPreferencePage_32=&Clean and redetect Tasks
+TaskTagPreferenceTab_33=Ta&gs in comments indicating Tasks:
+TaskTagExclusionTab_01=&Filters
+TaskTagExclusionTab_02=Sca&n the selected Content Types:
+TaskTagExclusionTab_03=Affected Content T&ypes:
 
 PropertyPreferencePage_01=Project Specific Configuration
 PropertyPreferencePage_02=Select the project to configure: