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

    r86 r212  
    1818 
    1919import tango.text.convert.Format; 
     20import dwt.dwthelper.utils; 
    2021 
    2122/** 
     
    9495 * @return a string representation of the event 
    9596 */ 
    96 public override char[] toString() { 
     97public override String toString() { 
    9798    return Format( "{} button={} stateMask={} x={} y={} count={}}", 
    9899        super.toString[ 0 .. $-1 ],