diff dwt/custom/ExtendedModifyEvent.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/ExtendedModifyEvent.d	Sat Apr 26 10:01:30 2008 +0200
+++ b/dwt/custom/ExtendedModifyEvent.d	Mon May 05 00:42:55 2008 +0200
@@ -12,6 +12,8 @@
  *******************************************************************************/
 module dwt.custom.ExtendedModifyEvent;
 
+import dwt.dwthelper.utils;
+
 import dwt.events.TypedEvent;
 import dwt.custom.StyledTextEvent;
 
@@ -24,7 +26,7 @@
     /** length of the new text */
     public int length;
     /** replaced text or empty string if no text was replaced */
-    public char[] replacedText;
+    public String replacedText;
 
     static final long serialVersionUID = 3258696507027830832L;