diff org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/dnd/DND.d @ 49:7a2dd761a8b2

more work until dmd 2.026 linux segfaults.
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:59:54 +0100
parents ddbfe84d86df
children c01d033c633a
line wrap: on
line diff
--- a/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/dnd/DND.d	Fri Mar 27 12:05:20 2009 +0100
+++ b/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/dnd/DND.d	Fri Mar 27 12:59:54 2009 +0100
@@ -213,7 +213,7 @@
      * 
      * @since 3.4
      */
-    public static final String DROP_TARGET_KEY = "DropTarget"; //$NON-NLS-1$
+    public static const String DROP_TARGET_KEY = "DropTarget"; //$NON-NLS-1$
     
     /**
      * DragSource Key: The string constant for looking up the drag source 
@@ -223,7 +223,7 @@
      * 
      * @since 3.4
      */
-    public static final String DRAG_SOURCE_KEY = "DragSource"; //$NON-NLS-1$
+    public static const String DRAG_SOURCE_KEY = "DragSource"; //$NON-NLS-1$
 
     static const String INIT_DRAG_MESSAGE = "Cannot initialize Drag"; //$NON-NLS-1$
     static const String INIT_DROP_MESSAGE = "Cannot initialize Drop"; //$NON-NLS-1$