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/events/PaintEvent.d

    r86 r212  
    2020 
    2121import tango.text.convert.Format; 
     22import dwt.dwthelper.utils; 
    2223 
    2324/** 
     
    9394 * @return a string representation of the event 
    9495 */ 
    95 public override char[] toString() { 
     96public override String toString() { 
    9697    return Format( "{} gc={} x={} y={} width={} height={} count={}}", 
    9798        super.toString[ 0 .. $-1 ],