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

reverted char[] to String
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:42:55 +0200
parents 721afe91f448
children c0d810de7093
line wrap: on
line diff
--- a/dwt/custom/TextChangingEvent.d	Sat Apr 26 10:01:30 2008 +0200
+++ b/dwt/custom/TextChangingEvent.d	Mon May 05 00:42:55 2008 +0200
@@ -12,6 +12,8 @@
  *******************************************************************************/
 module dwt.custom.TextChangingEvent;
 
+import dwt.dwthelper.utils;
+
 
 import dwt.events.TypedEvent;
 import dwt.custom.StyledTextContent;
@@ -30,7 +32,7 @@
      * Text that is going to be inserted or empty string
      * if no text will be inserted
      */
-    public char[] newText;
+    public String newText;
     /**
      * Length of text that is going to be replaced
      */