Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet236.java')
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet236.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet236.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet236.java
index b6adb507cc..fbf57eb7c6 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet236.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet236.java
@@ -10,7 +10,7 @@
*******************************************************************************/
package org.eclipse.swt.snippets;
/*
- * Table example snippet: different foreground colour for text in a table cell.
+ * Table example snippet: draw different foreground colors for text in a TableItem.
*
* For a list of all SWT example snippets see
* http://www.eclipse.org/swt/snippets/

Back to the top