summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2002-04-01 23:27:47 +0000
committerCarolyn MacLeod <carolyn>2002-04-01 23:27:47 +0000
commit447dc13aedb5b734fa5967d09039d0879d387091 (patch)
tree97aaf255d55c4d905c0d803a9441a5e3cf5c2f27 /bundles/org.eclipse.swt/Eclipse SWT
parent2ce9410b74fcac3989134d4dc6eb227d766e1a24 (diff)
downloadeclipse.platform.swt-447dc13aedb5b734fa5967d09039d0879d387091.tar.gz
eclipse.platform.swt-447dc13aedb5b734fa5967d09039d0879d387091.tar.xz
eclipse.platform.swt-447dc13aedb5b734fa5967d09039d0879d387091.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
index 8ee3935bdb..b07c0c93dd 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/CoolBar.java
@@ -568,7 +568,7 @@ void setItemSizes (Point [] sizes) {
rbBand.fMask = OS.RBBIM_CHILDSIZE;
OS.SendMessage (handle, OS.RB_GETBANDINFO, i, rbBand);
- /* Now set the size fields we are currently modifying. */
+ /* Set the size fields we are currently modifying. */
rbBand.fMask = OS.RBBIM_CHILDSIZE | OS.RBBIM_SIZE | OS.RBBIM_IDEALSIZE;
int width = sizes [i].x, height = sizes [i].y;
rbBand.cx = width;