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/accessibility/AccessibleTextEvent.d

    r48 r212  
    1616import dwt.internal.DWTEventObject; 
    1717import tango.text.convert.Format; 
     18import dwt.dwthelper.utils; 
    1819 
    1920/** 
     
    5455 * @return a string representation of the event 
    5556 */ 
    56 override public char[] toString () { 
     57override public String toString () { 
    5758    return Format( "AccessibleTextEvent {{childID={} offset={} length={}}", 
    5859        childID,