summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
index 86f561b9e2..482b54c0c7 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
@@ -485,7 +485,7 @@ LRESULT WM_UPDATEUISTATE (int wParam, int lParam) {
* Feature in Windows. When WM_UPDATEUISTATE is sent to
* a static control, it sends WM_CTLCOLORSTATIC to get the
* foreground and background. If any drawing happens in
- * WM_CTLCOLORBTN, it overwrites the contents of the control.
+ * WM_CTLCOLORSTATIC, it overwrites the contents of the control.
* The fix is draw the static without drawing the background
* and avoid the static window proc.
*/