summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2006-06-08 21:55:57 +0000
committerFelipe Heidrich <fheidric>2006-06-08 21:55:57 +0000
commitceb12cb4cda6b73b56f0f02d97e16e6c90b63a2e (patch)
treea884151c997a21f3c4409d4ce3ef43e3e5420ffd /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java
parentff95f186106d1d356c813d019de91a816aab9e4e (diff)
downloadeclipse.platform.swt-ceb12cb4cda6b73b56f0f02d97e16e6c90b63a2e.tar.gz
eclipse.platform.swt-ceb12cb4cda6b73b56f0f02d97e16e6c90b63a2e.tar.xz
eclipse.platform.swt-ceb12cb4cda6b73b56f0f02d97e16e6c90b63a2e.zip
fix comment
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Label.java')
-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.
*/