Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples/src/examples_control.properties')
-rw-r--r--examples/org.eclipse.swt.examples/src/examples_control.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.swt.examples/src/examples_control.properties b/examples/org.eclipse.swt.examples/src/examples_control.properties
index ea82da6e03..5d32eafdc2 100644
--- a/examples/org.eclipse.swt.examples/src/examples_control.properties
+++ b/examples/org.eclipse.swt.examples/src/examples_control.properties
@@ -268,7 +268,7 @@ MozillaNotFound = Cannot use SWT.MOZILLA style: {0}\nSee http://www.eclipse.or
WebKitNotFound = Cannot use SWT.WEBKIT style: {0}\nSee http://www.eclipse.org/swt/faq.php#howusewebkit for more information.
ColorTitle_0 = Name
ColorTitle_1 = Type
-ColorTitle_2 = RGB
+ColorTitle_2 = RGBA
ColorTitle_3 = Color
Header_Foreground_Color = Header Foreground Color
Header_Background_Color = Header Background Color \ No newline at end of file

Back to the top