# HG changeset patch # User Jacob Carlborg # Date 1230667084 -3600 # Node ID 5acb3346c926c48cac8c82bfb8464e9a4f6ade16 # Parent d5f4a7c8aa74178efd45f3ea33cf89192137abbf Ported dwt.dnd.DragSourceListener diff -r d5f4a7c8aa74 -r 5acb3346c926 dwt/dnd/DragSourceListener.d --- a/dwt/dnd/DragSourceListener.d Tue Dec 30 20:57:46 2008 +0100 +++ b/dwt/dnd/DragSourceListener.d Tue Dec 30 20:58:04 2008 +0100 @@ -7,6 +7,9 @@ * * Contributors: * IBM Corporation - initial API and implementation + * + * Port to the D programming language: + * Jacob Carlborg *******************************************************************************/ module dwt.dnd.DragSourceListener;