Show
Ignore:
Timestamp:
05/04/08 18:12:38 (8 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/graphics/Cursor.d

    r197 r212  
    2626 
    2727import tango.text.convert.Format; 
     28import dwt.dwthelper.utils; 
    2829 
    2930/** 
     
    457458 * @return a string representation of the receiver 
    458459 */ 
    459 override public char[] toString () { 
     460override public String toString () { 
    460461    if (isDisposed()) return "Cursor {*DISPOSED*}"; 
    461462    return Format( "Cursor {{{}}", handle );