Show
Ignore:
Timestamp:
05/04/08 18:12:38 (7 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

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

    r155 r212  
    1 /******************************************************************************* 
     1/******************************************************************************* 
    22 * Copyright (c) 2000, 2004 IBM Corporation and others. 
    33 * All rights reserved. This program and the accompanying materials 
     
    1515import dwt.events.TypedEvent; 
    1616import dwt.custom.StyledTextEvent; 
     17import dwt.dwthelper.utils; 
    1718 
    1819/** 
     
    2526    public int length; 
    2627    /** replaced text or empty string if no text was replaced */ 
    27     public char[] replacedText; 
     28    public String replacedText; 
    2829 
    2930    static final long serialVersionUID = 3258696507027830832L;