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/MovementEvent.d

    r108 r238  
    1212 *******************************************************************************/ 
    1313module dwt.custom.MovementEvent; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517import dwt.events.TypedEvent; 
     
    3234     * line text (input) 
    3335     */ 
    34     public char[] lineText; 
     36    public String lineText; 
    3537 
    3638    /**