diff org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/CTabItem.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 b98647bc0aef
line wrap: on
line diff
--- a/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/CTabItem.d	Mon Mar 23 18:28:04 2009 +0100
+++ b/org.eclipse.swt.win32.win32.x86/src/org/eclipse/swt/custom/CTabItem.d	Tue Mar 24 08:48:41 2009 +0100
@@ -68,13 +68,13 @@
     bool showing = false;
 
     // internal constants
-    static final int TOP_MARGIN = 2;
-    static final int BOTTOM_MARGIN = 2;
-    static final int LEFT_MARGIN = 4;
-    static final int RIGHT_MARGIN = 4;
-    static final int INTERNAL_SPACING = 4;
-    static final int FLAGS = SWT.DRAW_TRANSPARENT | SWT.DRAW_MNEMONIC;
-    static final String ELLIPSIS = "..."; //$NON-NLS-1$ // could use the ellipsis glyph on some platforms "\u2026"
+    static const int TOP_MARGIN = 2;
+    static const int BOTTOM_MARGIN = 2;
+    static const int LEFT_MARGIN = 4;
+    static const int RIGHT_MARGIN = 4;
+    static const int INTERNAL_SPACING = 4;
+    static const int FLAGS = SWT.DRAW_TRANSPARENT | SWT.DRAW_MNEMONIC;
+    static const String ELLIPSIS = "..."; //$NON-NLS-1$ // could use the ellipsis glyph on some platforms "\u2026"
 
 /**
  * Constructs a new instance of this class given its parent