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

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