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

    r108 r238  
    1212 *******************************************************************************/ 
    1313module dwt.custom.LineBackgroundEvent; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517 
     
    3133     * line text 
    3234     */ 
    33     public char[] lineText; 
     35    public String lineText; 
    3436 
    3537    /**