diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableCursor.d @ 36:d46287db17ed

rakefile reorg, swt win phobosification
author Frank Benoit <benoit@tionex.de>
date Tue, 24 Mar 2009 08:48:41 +0100
parents 6dd524f61e62
children 8ae65ae167f5
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableCursor.d	Mon Mar 23 18:28:04 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/TableCursor.d	Tue Mar 24 08:48:41 2009 +0100
@@ -167,8 +167,8 @@
     Color foreground = null;
 
     // By default, invert the list selection colors
-    static final int BACKGROUND = SWT.COLOR_LIST_SELECTION_TEXT;
-    static final int FOREGROUND = SWT.COLOR_LIST_SELECTION;
+    static const int BACKGROUND = SWT.COLOR_LIST_SELECTION_TEXT;
+    static const int FOREGROUND = SWT.COLOR_LIST_SELECTION;
 
 /**
  * Constructs a new instance of this class given its parent