From 3109365c7a5bc1f258c9d6eee8ecca502d8a6a5a Mon Sep 17 00:00:00 2001 From: Felipe Heidrich Date: Mon, 20 Apr 2009 16:06:37 +0000 Subject: NOTE: Last version (1.251) was released with the wrong comment. The correct comment is: Bug 272710: transparent png has black background --- .../org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java index 5095e0a1d6..ef1e158b7e 100755 --- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/GC.java @@ -36,7 +36,7 @@ import org.eclipse.swt.*; * palette using a color that is not in the palette is platform specific. * Some platforms will match to the nearest color while other will draw * the color itself. This happens because the allocated image might use - * a direct palette on platforms that do not support indexed palette. + * a direct palette on platforms that do not support indexed palette. *
* *-- cgit v1.2.3