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

    r86 r212  
    1818 
    1919import tango.text.convert.Format; 
     20import dwt.dwthelper.utils; 
    2021 
    2122/** 
     
    5354 * @return a string representation of the event 
    5455 */ 
    55 public override char[] toString() { 
     56public override String toString() { 
    5657    return Format( "{} doit={}}", super.toString[ 0 .. $-2 ], doit ); 
    5758}