Show
Ignore:
Timestamp:
05/04/08 18:42:55 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted char[] to String

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/custom/TextChangingEvent.d

    r182 r238  
    1212 *******************************************************************************/ 
    1313module dwt.custom.TextChangingEvent; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517 
     
    3133     * if no text will be inserted 
    3234     */ 
    33     public char[] newText; 
     35    public String newText; 
    3436    /** 
    3537     * Length of text that is going to be replaced