summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2009-04-22 16:04:20 +0000
committerFelipe Heidrich <fheidric>2009-04-22 16:04:20 +0000
commit23633da288e2fe67217d297a6d3c3bc43d99f163 (patch)
treea87dd80d26fd7708fee8a8a3e4186ae24322c9cc /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
parent9c22c3a49f4defae5bd692108b2997184bf4f161 (diff)
downloadeclipse.platform.swt-23633da288e2fe67217d297a6d3c3bc43d99f163.tar.gz
eclipse.platform.swt-23633da288e2fe67217d297a6d3c3bc43d99f163.tar.xz
eclipse.platform.swt-23633da288e2fe67217d297a6d3c3bc43d99f163.zip
Bug 273280: Link widget does not handle single quote (') for href attribute
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
index 55c25cf476..23335d5ce1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Link.java
@@ -609,7 +609,8 @@ public void removeSelectionListener (SelectionListener listener) {
* text of the hyperlink or the value of its HREF, if one was specified.
* In the rare case of identical hyperlinks within the same string, the
* HREF tag can be used to distinguish between them. The string may
- * include the mnemonic character and line delimiters.
+ * include the mnemonic character and line delimiters. The only delimiter
+ * the HREF tag supports is the quotation mark (").
* </p>
*
* @param string the new text