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/widgets/Label.d

    r207 r238  
    5858    ImageList imageList; 
    5959    Image image; 
    60     char[] text; 
     60    String text; 
    6161 
    6262/** 
     
    299299} 
    300300 
    301 override char[] getNameText () { 
     301override String getNameText () { 
    302302    return getText (); 
    303303} 
     
    315315 * </ul> 
    316316 */ 
    317 public char[] getText () { 
     317public String getText () { 
    318318    checkWidget (); 
    319319    if ((style & DWT.SEPARATOR) !is 0) return ""; 
     
    566566 * </ul> 
    567567 */ 
    568 public void setText (char[] string) { 
     568public void setText (String string) { 
    569569    checkWidget (); 
    570570    // DWT extension: allow null for zero length string