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

    r108 r238  
    1212 *******************************************************************************/ 
    1313module dwt.custom.Bullet; 
     14 
     15import dwt.dwthelper.utils; 
    1416 
    1517import dwt.DWT; 
     
    3941    public int type; 
    4042    public StyleRange style; 
    41     public char[] text; 
     43    public String text; 
    4244    int[] linesIndices; 
    4345    int count;