diff options
author | Grant Gayed <ggayed> | 2005-10-19 14:49:38 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2005-10-19 14:49:38 +0000 |
commit | efcc453b894c8ffd06a1768f8c800b7db7290290 (patch) | |
tree | 16d29d1a7f541a861f118316a7ea65292a270d5f /bundles | |
parent | bfdad8e6617b59979e9cd8b7dd253fccbf35d638 (diff) | |
download | eclipse.platform.swt-efcc453b894c8ffd06a1768f8c800b7db7290290.tar.gz eclipse.platform.swt-efcc453b894c8ffd06a1768f8c800b7db7290290.tar.xz eclipse.platform.swt-efcc453b894c8ffd06a1768f8c800b7db7290290.zip |
javadoc
Diffstat (limited to 'bundles')
-rwxr-xr-x | bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java index 08ee9a3f6e..6fff7b26c5 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/TreeItem.java @@ -617,7 +617,7 @@ public Color getForeground (int index) { * the <code>CHECK style, return false. * <p> * - * @return the grayed state + * @return the grayed state of the checkbox * * @exception SWTException <ul> * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> |