summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-04-17 23:04:22 +0000
committerCarolyn MacLeod <carolyn>2006-04-17 23:04:22 +0000
commit71cb57a1f615096ab976b0ce4983b41018a4115b (patch)
tree923eb27f707d22c5133c829c652bce45c434defc /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
parentccb90edffcc42c11361511dc0ff9fdd8eab06003 (diff)
downloadeclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.tar.gz
eclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.tar.xz
eclipse.platform.swt-71cb57a1f615096ab976b0ce4983b41018a4115b.zip
bug 136890 - javadoc typos
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
index a4513a2689..8779ff705e 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
@@ -341,14 +341,14 @@ public void setImage (Image image) {
* the mnemonic character and line delimiters.
* </p>
* <p>
- * Mnemonics are indicated by an '&amp' that causes the next
+ * Mnemonics are indicated by an '&amp;' that causes the next
* character to be the mnemonic. When the user presses a
* key sequence that matches the mnemonic, focus is assigned
* to the control that follows the label. On most platforms,
* the mnemonic appears underlined but may be emphasised in a
* platform specific manner. The mnemonic indicator character
- *'&amp' can be escaped by doubling it in the string, causing
- * a single '&amp' to be displayed.
+ * '&amp;' can be escaped by doubling it in the string, causing
+ * a single '&amp;' to be displayed.
* </p>
*
* @param string the new text