Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-12-03 05:28:36 +0000
committerNiraj Modi2019-12-03 05:28:36 +0000
commitc3d607a8861d5b60d238540148ae092feabb7290 (patch)
tree95bda2ed5a48d253288029640e0aea6a6dbff041
parent9e681215e00c5dab28cc0e0d53b7fb7d80d9c0e2 (diff)
downloadeclipse.platform.swt-c3d607a8861d5b60d238540148ae092feabb7290.tar.gz
eclipse.platform.swt-c3d607a8861d5b60d238540148ae092feabb7290.tar.xz
eclipse.platform.swt-c3d607a8861d5b60d238540148ae092feabb7290.zip
Bug 349112 - Fixed JavaDoc of CCombo#setAlignment() API.
Change-Id: Iac684d0f6f89e0522e0659ac3732f897cebfb784 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
index ab10136974..9656349ecb 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CCombo.java
@@ -1524,7 +1524,7 @@ public void select (int index) {
}
/**
- * Set the horizontal alignment of the CLabel.
+ * Set the horizontal alignment of the CCombo.
* Use the values LEFT, CENTER and RIGHT to align image and text within the available space.
*
* @param align the alignment style of LEFT, RIGHT or CENTER

Back to the top