comparison dwt/dnd/URLTransfer.d @ 197:184ab53b7785

Changes and fixes for jface
author Frank Benoit <benoit@tionex.de>
date Thu, 10 Apr 2008 11:19:49 +0200
parents 82d3cef3912d
children ab60f3309436
comparison
equal deleted inserted replaced
196:1e7701c27c03 197:184ab53b7785
20 20
21 import dwt.dnd.ByteArrayTransfer; 21 import dwt.dnd.ByteArrayTransfer;
22 import dwt.dnd.TransferData; 22 import dwt.dnd.TransferData;
23 import dwt.dnd.DND; 23 import dwt.dnd.DND;
24 24
25 import dwt.dwthelper.Integer;
26 import dwt.dwthelper.utils; 25 import dwt.dwthelper.utils;
27 static import tango.text.Text; 26 static import tango.text.Text;
28 alias tango.text.Text.Text!(char) StringBuffer; 27 alias tango.text.Text.Text!(char) StringBuffer;
29 28
30 /** 29 /**