summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2005-07-26 15:29:35 +0000
committerSteve Northover <steve>2005-07-26 15:29:35 +0000
commitad16073e1d11c9f430846c76bd3044dd99bb6d4a (patch)
treef4d8731bc2cf8e7ed2c5cd89aaa90f281bc5161e /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
parente7dd18386a0c62ff9b4045e15a31367fdcf59291 (diff)
downloadeclipse.platform.swt-ad16073e1d11c9f430846c76bd3044dd99bb6d4a.tar.gz
eclipse.platform.swt-ad16073e1d11c9f430846c76bd3044dd99bb6d4a.tar.xz
eclipse.platform.swt-ad16073e1d11c9f430846c76bd3044dd99bb6d4a.zip
fix comment
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
index 00a5969570..453dadc7ee 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Group.java
@@ -375,7 +375,7 @@ LRESULT WM_UPDATEUISTATE (int wParam, int lParam) {
if (result != null) return result;
/*
* Feature in Windows. When WM_UPDATEUISTATE is sent to
- * a group, it sends WM_CTLCOLORBTNto get the foreground
+ * a group, it sends WM_CTLCOLORBTN to get the foreground
* and background. If drawing happens in WM_CTLCOLORBTN,
* it will overwrite the contents of the control. The
* fix is draw the group without drawing the background