diff dwt/custom/CLabel.d @ 315:349b8c12e243

Sync dwt/custom with dwt-linux
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 16:18:26 +0200
parents fd9c62a2998e
children
line wrap: on
line diff
--- a/dwt/custom/CLabel.d	Tue Oct 07 14:44:44 2008 +0200
+++ b/dwt/custom/CLabel.d	Tue Oct 07 16:18:26 2008 +0200
@@ -38,10 +38,10 @@
 import dwt.widgets.Composite;
 import dwt.widgets.Control;
 import dwt.widgets.Display;
+import dwt.dwthelper.utils;
 
 static import tango.text.Unicode;
 static import tango.text.convert.Utf;
-import dwt.dwthelper.utils;
 
 /**
  * A Label which supports aligned text and/or an image and different border styles.