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

    r155 r212  
    1 /******************************************************************************* 
     1/******************************************************************************* 
    22 * Copyright (c) 2000, 2006 IBM Corporation and others. 
    33 * All rights reserved. This program and the accompanying materials 
     
    1717import dwt.custom.ST; 
    1818import dwt.dwthelper.System; 
     19import dwt.dwthelper.utils; 
    1920 
    2021/** 
     
    3940    public int type; 
    4041    public StyleRange style; 
    41     public char[] text; 
     42    public String text; 
    4243    int[] linesIndices; 
    4344    int count;