summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2005-06-22 17:29:48 +0000
committerGrant Gayed <ggayed>2005-06-22 17:29:48 +0000
commita811bc3c5713cf9d81bcc98b3dc079937e7c05b6 (patch)
tree39a45123c528911db3d3e98e60bb3b1c4bd36ed8
parent99e204a31f275f048d4f1e0c5ac67022d390ce22 (diff)
downloadeclipse.platform.swt-a811bc3c5713cf9d81bcc98b3dc079937e7c05b6.tar.gz
eclipse.platform.swt-a811bc3c5713cf9d81bcc98b3dc079937e7c05b6.tar.xz
eclipse.platform.swt-a811bc3c5713cf9d81bcc98b3dc079937e7c05b6.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
index 4d8a5967e2..6ebafabc97 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Combo.java
@@ -745,7 +745,7 @@ public int getTextHeight () {
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
*
- * @see Combo.LIMIT
+ * @see #LIMIT
*/
public int getTextLimit () {
checkWidget ();
@@ -1510,7 +1510,7 @@ public void setText (String string) {
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
*
- * @see Combo.LIMIT
+ * @see #LIMIT
*/
public void setTextLimit (int limit) {
checkWidget ();
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
index 19ee0dee48..74362d5849 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Text.java
@@ -895,7 +895,7 @@ public String getText (int start, int end) {
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
*
- * @see Text.LIMIT
+ * @see #LIMIT
*/
public int getTextLimit () {
checkWidget ();
@@ -1614,7 +1614,7 @@ public void setText (String string) {
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
*
- * @see Text.LIMIT
+ * @see #LIMIT
*/
public void setTextLimit (int limit) {
checkWidget ();