diff dwt/custom/MovementEvent.d @ 238:380bad9f6852

reverted char[] to String
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:42:55 +0200
parents 0f12f6bb9739
children c0d810de7093
line wrap: on
line diff
--- a/dwt/custom/MovementEvent.d	Sat Apr 26 10:01:30 2008 +0200
+++ b/dwt/custom/MovementEvent.d	Mon May 05 00:42:55 2008 +0200
@@ -12,6 +12,8 @@
  *******************************************************************************/
 module dwt.custom.MovementEvent;
 
+import dwt.dwthelper.utils;
+
 import dwt.events.TypedEvent;
 import dwt.custom.StyledTextEvent;
 
@@ -31,7 +33,7 @@
     /**
      * line text (input)
      */
-    public char[] lineText;
+    public String lineText;
 
     /**
      * the current offset (input)